diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-03-26 11:16:55 +0100 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-03-27 12:20:50 +0100 |
commit | b2b3b4ed8460d5a77785dd834c05e208fbd15d5b (patch) | |
tree | 5d9b7f9a3fd6f78bb337efb2ded18b183d55189e /.github/workflows | |
parent | Merge pull request #31980 from bluca/soft_reboot_timestamps (diff) | |
download | systemd-b2b3b4ed8460d5a77785dd834c05e208fbd15d5b.tar.xz systemd-b2b3b4ed8460d5a77785dd834c05e208fbd15d5b.zip |
mkosi: Update to latest
Diffstat (limited to '.github/workflows')
-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 f9df0a22ba..2d54dfcbb5 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -76,7 +76,7 @@ jobs: steps: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - - uses: systemd/mkosi@1445b389750af22756c0fde6facc1f2f343340b4 + - uses: systemd/mkosi@82108567f23cb29ecbea0a495833a18498eaafb9 # 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 |