From: Luca Boccassi Date: Sat, 2 Sep 2023 11:35:46 +0000 (+0100) Subject: ci: enable jammy-proposed-updates to test new libzypp X-Git-Tag: v16~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6167c2047facda41aa73bd37907ba012e5c5e8a;p=thirdparty%2Fmkosi.git ci: enable jammy-proposed-updates to test new libzypp 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 --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df7d978e6..5a0493bda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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.