diff options
author | Luca Boccassi <bluca@debian.org> | 2024-06-10 15:17:10 +0200 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2024-06-10 15:17:15 +0200 |
commit | 7f105dc1bd24dbd58d5da2c60956c0242f2fe300 (patch) | |
tree | 470d6fb6aebbd8cdce078e2951e40ceb410322d9 /.github | |
parent | user-util: fix fgetxxent_sane on musl (diff) | |
download | systemd-7f105dc1bd24dbd58d5da2c60956c0242f2fe300.tar.xz systemd-7f105dc1bd24dbd58d5da2c60956c0242f2fe300.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 71037f8fac..425d737b62 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -92,7 +92,7 @@ jobs: steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - - uses: systemd/mkosi@1cc81fb92ef0bb1ef7d51ac1e76327614d41ed74 + - uses: systemd/mkosi@0081ea66faf56a35353d6aeadfe42f9679c7d1cf # 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 |