From: Daan De Meyer Date: Mon, 1 Aug 2022 09:00:04 +0000 (+0200) Subject: Revert "action: Pin systemd-container version" X-Git-Tag: v14~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b093823fc27c1fa370a923f6c41941dc21225b1;p=thirdparty%2Fmkosi.git Revert "action: Pin systemd-container version" This reverts commit fe8f7849ff32956963bc4bb9f7c6d72614b89753. apt 2.4.6 was released to jammy-updates which carries the necessary fixes that make this workaround unnecessary. --- diff --git a/action.yaml b/action.yaml index 1fd5940e9..534092b78 100644 --- a/action.yaml +++ b/action.yaml @@ -28,12 +28,7 @@ runs: debootstrap \ zypper \ dnf \ - systemd=249.11-0ubuntu3.4 \ - systemd-sysv=249.11-0ubuntu3.4 \ - systemd-container=249.11-0ubuntu3.4 \ - udev=249.11-0ubuntu3.4 \ - libsystemd0=249.11-0ubuntu3.4 \ - libudev1=249.11-0ubuntu3.4 \ + systemd-container \ qemu-system-x86 \ ovmf \ e2fsprogs \