From 6ce5ffaa9e277dd73802a455cf7c0e66b8a1b06a Mon Sep 17 00:00:00 2001 From: hanbings Date: Mon, 20 Jan 2025 02:49:28 +0800 Subject: [PATCH] Adjust CI to new configuration files for Ubuntu 24.04. --- .github/workflows/compat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compat.yml b/.github/workflows/compat.yml index 6523bae..e52dd86 100644 --- a/.github/workflows/compat.yml +++ b/.github/workflows/compat.yml @@ -27,7 +27,7 @@ jobs: shell: bash run: | # Enable sources & install dependencies - sudo find /etc/apt/sources.list* -type f -exec sed -i 'p; s/^deb /deb-src /' '{}' + + sudo sed -i 's/^Types: deb$/Types: deb deb-src/' /etc/apt/sources.list.d/ubuntu.sources sudo apt-get update sudo apt-get build-dep findutils - name: Run GNU tests