From f15d07f3570082b81d72d0e9cd05b4b070764322 Mon Sep 17 00:00:00 2001 From: akallabeth Date: Fri, 14 Mar 2025 12:24:02 +0100 Subject: [PATCH] [ci,alt-arch] modify deb822 sources --- .github/workflows/alt-architectures.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/alt-architectures.yml b/.github/workflows/alt-architectures.yml index c431eab1c..5ffffd451 100644 --- a/.github/workflows/alt-architectures.yml +++ b/.github/workflows/alt-architectures.yml @@ -37,8 +37,11 @@ jobs: WLOG_LEVEL: 'trace' install: | 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)" + ls -lah mk-build-deps -i -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" packaging/deb/freerdp-nightly/control run: |