[ci,alt-arch] modify mk-build-deps command

This commit is contained in:
akallabeth 2025-03-14 11:46:18 +01:00
parent 8df2f554f6
commit 2714175bd6
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5

View File

@ -38,8 +38,8 @@ jobs:
install: |
apt-get update -q -y
apt-get install -q -y devscripts clang ninja-build ccache equivs
ln -s packaging/deb/freerdp-nightly debian
mk-build-deps -i -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y"
mk-build-deps -i -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" packaging/deb/freerdp-nightly/control
run: |
cmake -GNinja \
-C ci/cmake-preloads/config-linux-alt-arch.txt \