[ci,workflows] fix alt-architectures mk-build-deps

This commit is contained in:
akallabeth
2025-03-14 08:56:45 +01:00
parent 14f927e352
commit 7bfcca8ede
2 changed files with 2 additions and 2 deletions

View File

@@ -38,9 +38,9 @@ jobs:
install: |
apt-get update -q -y
apt-get install -q -y devscripts clang ninja-build ccache equivs
run: |
./packaging/scripts/prepare_deb_freerdp-nightly.sh
mk-build-deps -i
run: |
cmake -GNinja \
-C ci/cmake-preloads/config-linux-alt-arch.txt \
-B ci-build \