]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Revert "ci: enable jammy-proposed-updates to get new libsolv"
authorLuca Boccassi <bluca@debian.org>
Wed, 29 Nov 2023 16:05:39 +0000 (16:05 +0000)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 29 Nov 2023 16:30:27 +0000 (17:30 +0100)
libsolv has migrated to jammy-updates, so we can disable the
proposed-updates repository again.

This reverts commit 698834c7794f0100eba8ff17125cffc8f6ac8a63.

.github/workflows/ci.yml

index 49f04e076ae641acd9dd8e2c2c61a6529c52d275..6edc3e8457a627a817bef6174f421e56c5d3093c 100644 (file)
@@ -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.