Skip to content

Commit cd303bc

Browse files
committed
misc fixes
1 parent 3e12542 commit cd303bc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ jobs:
6363
sudo apt -y -f install
6464
qmake && make && sudo make install # fixme
6565
popd
66+
67+
- name: Install build dependencies
68+
run: mk-build-deps -i -s sudo "apt --yes --no-install-recommends"
6669

6770
- name: Build binary package
6871
run: dpkg-buildpackage -b -rfakeroot -us -uc

0 commit comments

Comments
 (0)