Skip to content

Commit

Permalink
Fix in proper place
Browse files Browse the repository at this point in the history
  • Loading branch information
jenskutilek committed Jan 26, 2025
1 parent 256f4fb commit 29efaf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install WOFF Support
run: sudo apt install -y woff2 woff-tools
- name: Install Debian Packaging Support
run: sudo apt update && sudo apt -y install devscripts debhelper-compat
run: sudo apt update && sudo apt -y install devscripts debhelper-compat build-essential
- name: Build Debian Package
run: scripts/prepare-deb.sh
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion scripts/deb-install.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
# Install required packages for building the Debian package
sudo apt install devscripts zip build-essential
sudo apt install devscripts zip

0 comments on commit 29efaf9

Please sign in to comment.