Skip to content

Commit b55531f

Browse files
committed
Add missing build-essential dependency.
1 parent 8211350 commit b55531f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Build
2020
run: |
2121
sudo apt update
22-
sudo apt install debhelper
22+
sudo apt install debhelper build-essential
2323
./build.sh
2424
2525
- name: Copy artifacts

0 commit comments

Comments
 (0)