diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-07-05 12:00:53 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-07-05 17:07:00 +0200 |
commit | b494c7bcb49f95aeff146c8a5b6be6cdbb9f60e9 (patch) | |
tree | cdd07c64e3ee99f2da3d417f48f8924f5c0d4f28 /.github | |
parent | test: Add missing --no-rebuild to doc (diff) | |
download | systemd-b494c7bcb49f95aeff146c8a5b6be6cdbb9f60e9.tar.xz systemd-b494c7bcb49f95aeff146c8a5b6be6cdbb9f60e9.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 ac8200ce37..2acde48fb4 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -92,7 +92,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - - uses: systemd/mkosi@70aa901697f12182ccaa24e2325867d275479b55 + - uses: systemd/mkosi@9f280901d5ba81ce63072e0892649c27d41dd169 # 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 |