diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-06-05 18:57:31 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-06-06 16:43:58 +0200 |
commit | 20be62e4b9bc75b0a6111de7f605b65cac102c5c (patch) | |
tree | 90be6002306079e950da68afb75b9fbe039c6abc | |
parent | Revert "mkosi: Don't install wireguard-tools on Debian" (diff) | |
download | systemd-20be62e4b9bc75b0a6111de7f605b65cac102c5c.tar.xz systemd-20be62e4b9bc75b0a6111de7f605b65cac102c5c.zip |
mkosi: Update to latest
-rw-r--r-- | .github/workflows/mkosi.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index cfdfa8eba0..f9cf3f76ae 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -92,7 +92,7 @@ jobs: steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - - uses: systemd/mkosi@8770a4e3390a68522f187acbcd33311040563fda + - uses: systemd/mkosi@38668e8099653cd8499fc8842af894d31ebc0f07 # Freeing up disk space with rm -rf can take multiple minutes. Since we don't need the extra free space # immediately, we remove the files in the background. However, we first move them to a different location |