diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-06-07 18:50:54 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-06-08 12:33:28 +0200 |
commit | f42cb199315a1c2d4e0b0ff1b9efadb122cf9664 (patch) | |
tree | 4f2c8aeeda47ecb86f2b7729bd09f921e4257026 /.github | |
parent | man: note that templated surviving units need a drop-in for their slice (diff) | |
download | systemd-f42cb199315a1c2d4e0b0ff1b9efadb122cf9664.tar.xz systemd-f42cb199315a1c2d4e0b0ff1b9efadb122cf9664.zip |
mkosi: Update to latest
Diffstat (limited to '.github')
-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 f9cf3f76ae..e732d12dd6 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -92,7 +92,7 @@ jobs: steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - - uses: systemd/mkosi@38668e8099653cd8499fc8842af894d31ebc0f07 + - uses: systemd/mkosi@1cc81fb92ef0bb1ef7d51ac1e76327614d41ed74 # 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 |