diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-08-22 15:22:37 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-08-22 18:17:07 +0200 |
commit | f134a79ff8f2146e0f5aa9570df02431d246e9da (patch) | |
tree | db9d023a0c5ac77068f69339f972702c162e4a0f /.github | |
parent | man: document .membership files that nss-systemd processes (diff) | |
download | systemd-f134a79ff8f2146e0f5aa9570df02431d246e9da.tar.xz systemd-f134a79ff8f2146e0f5aa9570df02431d246e9da.zip |
mkosi: Update to latest
Should fix the Fedora Rawhide CI failure.
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 d77307fe42..3b45e20f1e 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -105,7 +105,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - - uses: systemd/mkosi@2d338abea5770801c2c1afa8dbb829a5cba975dc + - uses: systemd/mkosi@5ccee64874ecb9e457f71ec40876ddc3e232aaa6 # 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 |