diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-04-14 19:53:09 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-04-15 08:53:25 +0200 |
commit | 1976b1d86dbe9912a70f124ebc57502cc35b69b7 (patch) | |
tree | 99b3e828775bcae0e1ca7f9f1aaada2de596bb23 /.github/workflows/mkosi.yml | |
parent | ASSERT_STREQ for simple cases (diff) | |
download | systemd-1976b1d86dbe9912a70f124ebc57502cc35b69b7.tar.xz systemd-1976b1d86dbe9912a70f124ebc57502cc35b69b7.zip |
mkosi: Update to latest
Diffstat (limited to '')
-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 524e1e05d3..2f5d5b28f5 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -74,7 +74,7 @@ jobs: steps: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - - uses: systemd/mkosi@5fd70560a1b1ac854b9e1c5a450df311f9000121 + - uses: systemd/mkosi@a845d4108ac87ca443bd1ad78ab53520bffd2eda # 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 |