From: Luca Boccassi Date: Wed, 29 Nov 2023 16:01:21 +0000 (+0000) Subject: Revert "mkosi ci: enable jammy-proposed" X-Git-Tag: v255-rc4~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=edb37ee15c4ad2e21643d94142372d2992ae5035;p=thirdparty%2Fsystemd.git Revert "mkosi ci: enable jammy-proposed" libsolv has migrated to jammy-updates, so we can disable the proposed-updates repository again. This reverts commit 48bfc6791dca3b130befe419fc07f15f515b291c. --- diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index 629a3101f81..8b32ec82e32 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -75,11 +75,6 @@ jobs: SYSTEMD_LOG_LEVEL: debug steps: - - 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: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - uses: systemd/mkosi@bbe715f42911f9660712377a5b39335b9391ae22