We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bceca6e commit fcda28dCopy full SHA for fcda28d
1 file changed
.github/workflows/05_debian-build.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: install_dependencies
26
run: |
27
egrep '^ ?RUN_DEBIAN=yes$' .github/workflows/run_debian || exit 0
28
- sudo apt install chrpath debhelper devscripts libcurl4-openssl-dev libexpat1-dev libfuse-dev libssl-dev lintian openssl zlib1g-dev
+ sudo apt install build-essential chrpath debhelper devscripts libcurl4-openssl-dev libexpat1-dev libfuse-dev libssl-dev lintian openssl zlib1g-dev
29
- name: set_lintian
30
31
0 commit comments