mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2025-06-03 00:00:20 +00:00
Merge pull request #11353 from akallabeth/ci-repair
[ci,alt-arch] run mk-build-deps in run step
This commit is contained in:
commit
618139c7a1
6
.github/workflows/alt-architectures.yml
vendored
6
.github/workflows/alt-architectures.yml
vendored
@ -36,15 +36,17 @@ jobs:
|
||||
CTEST_OUTPUT_ON_FAILURE: 1
|
||||
WLOG_LEVEL: 'trace'
|
||||
install: |
|
||||
echo "whoami: $(whoami)"
|
||||
echo "working directory: $(pwd)"
|
||||
find /etc/apt -name "*.list" -exec sed -i '/deb-src/s/^# //' {} \;
|
||||
find /etc/apt -name "*.sources" -exec sed -i '/Types: deb/Types: deb deb-src//' {} \;
|
||||
apt-get update -q -y
|
||||
apt-get install -q -y devscripts clang ninja-build ccache equivs
|
||||
echo "working directory: $(pwd)"
|
||||
find /home -name control -exec mk-build-deps -i -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" {} \;
|
||||
|
||||
run: |
|
||||
echo "whoami: $(whoami)"
|
||||
echo "working directory: $(pwd)"
|
||||
find . -name control -exec mk-build-deps -i -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" {} \;
|
||||
cmake -GNinja \
|
||||
-C ci/cmake-preloads/config-linux-alt-arch.txt \
|
||||
-B ci-build \
|
||||
|
Loading…
Reference in New Issue
Block a user