From ad5760466036fb865bbe9e7d33ffdbc1c9f88791 Mon Sep 17 00:00:00 2001 From: akallabeth Date: Fri, 14 Mar 2025 12:10:20 +0100 Subject: [PATCH] [ci,alt-arch] enable source uri for all .list files --- .github/workflows/alt-architectures.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/alt-architectures.yml b/.github/workflows/alt-architectures.yml index 8d9cd845b..c431eab1c 100644 --- a/.github/workflows/alt-architectures.yml +++ b/.github/workflows/alt-architectures.yml @@ -36,7 +36,7 @@ jobs: CTEST_OUTPUT_ON_FAILURE: 1 WLOG_LEVEL: 'trace' install: | - sed -i '/deb-src/s/^# //' /etc/apt/sources.list + find /etc/apt -name "*.list" -exec sed -i '/deb-src/s/^# //' {} \; apt-get update -q -y apt-get install -q -y devscripts clang ninja-build ccache equivs mk-build-deps -i -t "apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends -y" packaging/deb/freerdp-nightly/control