From 33cd6573aa80e036731c9dbfd1cdcd295c71da67 Mon Sep 17 00:00:00 2001 From: hanbings Date: Mon, 20 Jan 2025 03:00:24 +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 e52dd86..0f970ff 100644 --- a/.github/workflows/compat.yml +++ b/.github/workflows/compat.yml @@ -102,7 +102,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 bfs - name: Run BFS tests