Skip to content

Commit 29efaf9

Browse files
committed
Fix in proper place
1 parent 256f4fb commit 29efaf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install WOFF Support
1616
run: sudo apt install -y woff2 woff-tools
1717
- name: Install Debian Packaging Support
18-
run: sudo apt update && sudo apt -y install devscripts debhelper-compat
18+
run: sudo apt update && sudo apt -y install devscripts debhelper-compat build-essential
1919
- name: Build Debian Package
2020
run: scripts/prepare-deb.sh
2121
- name: Build

scripts/deb-install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22
# Install required packages for building the Debian package
3-
sudo apt install devscripts zip build-essential
3+
sudo apt install devscripts zip

0 commit comments

Comments
 (0)