Skip to content

Commit

Permalink
add build-essential to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dannagle committed Jan 28, 2025
1 parent 8af60e4 commit ca88054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: install_dependencies
run: |
sudo apt update
sudo apt install cmake debhelper devscripts qttools5-dev
sudo apt install cmake debhelper devscripts qttools5-dev build-essential
- name: build
run: |
debuild --no-lintian --no-sign

0 comments on commit ca88054

Please sign in to comment.