We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e12542 commit cd303bcCopy full SHA for cd303bc
.github/workflows/main.yml
@@ -63,6 +63,9 @@ jobs:
63
sudo apt -y -f install
64
qmake && make && sudo make install # fixme
65
popd
66
+
67
+ - name: Install build dependencies
68
+ run: mk-build-deps -i -s sudo "apt --yes --no-install-recommends"
69
70
- name: Build binary package
71
run: dpkg-buildpackage -b -rfakeroot -us -uc
0 commit comments