From: Luca Boccassi Date: Wed, 29 Nov 2023 16:05:39 +0000 (+0000) Subject: Revert "ci: enable jammy-proposed-updates to get new libsolv" X-Git-Tag: v20~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95474bd10f5951c54df05e4d5f439b9b32c3a7af;p=thirdparty%2Fmkosi.git Revert "ci: enable jammy-proposed-updates to get new libsolv" libsolv has migrated to jammy-updates, so we can disable the proposed-updates repository again. This reverts commit 698834c7794f0100eba8ff17125cffc8f6ac8a63. --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49f04e076..6edc3e845 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,10 +99,6 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Enable proposed-updates - run: | - sudo mkdir -p /etc/apt/sources.list.d/ - echo 'deb http://azure.archive.ubuntu.com/ubuntu jammy-proposed restricted main universe' | sudo tee /etc/apt/sources.list.d/proposed.list - uses: ./ # Make sure the latest changes from the pull request are used. @@ -147,10 +143,6 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Enable proposed-updates - run: | - sudo mkdir -p /etc/apt/sources.list.d/ - echo 'deb http://azure.archive.ubuntu.com/ubuntu jammy-proposed restricted main universe' | sudo tee /etc/apt/sources.list.d/proposed.list - uses: ./ # Make sure the latest changes from the pull request are used.