]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
ci: enable jammy-proposed-updates to test new libzypp
authorLuca Boccassi <bluca@debian.org>
Sat, 2 Sep 2023 11:35:46 +0000 (12:35 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sat, 2 Sep 2023 18:21:57 +0000 (19:21 +0100)
I got some patches backported to jammy to try and fix https issues,
enable proposed-updates so that it can be tested before moving to
the release stage

.github/workflows/ci.yml

index df7d978e66ce7e5b070456d146070a9e4e0deaa4..5a0493bda09d3e87b49a6c3c1d24f7dbfd2712ef 100644 (file)
@@ -107,6 +107,10 @@ 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.