Skip to content

Commit 8cc12aa

Browse files
committed
workflows: install build deps before running dpkg-buildpackage
The mk-build-deps command installs Qt build dependencies needed by the libqgcodeeditor package. Running it after dpkg-buildpackage caused the build to fail due to unmet dependencies.
1 parent db262a4 commit 8cc12aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
--package libqgcodeeditor \
4343
--newversion ${VERSION}~${TARGET}1 \
4444
"Automatic release build"
45-
dpkg-buildpackage -b -rfakeroot -us -uc
4645
mk-build-deps -i -s sudo -t "apt --yes --no-install-recommends"
46+
dpkg-buildpackage -b -rfakeroot -us -uc
4747
popd
4848
4949
- name: Install libqgcodeeditor

0 commit comments

Comments
 (0)