diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-07-12 16:09:21 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-07-15 16:17:31 +0200 |
commit | 9e8cfe5daacce9e74a1f063b1048d71f7843f90e (patch) | |
tree | 3d4df18ada1c57fc261372090db4a58008169bb6 /.github/workflows/mkosi.yml | |
parent | mkosi: Switch back to code.opensuse.org for opensuse (diff) | |
download | systemd-9e8cfe5daacce9e74a1f063b1048d71f7843f90e.tar.xz systemd-9e8cfe5daacce9e74a1f063b1048d71f7843f90e.zip |
mkosi: Update to latest
Diffstat (limited to '.github/workflows/mkosi.yml')
-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 d68d26fa55..48ed15d9ad 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -99,7 +99,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - - uses: systemd/mkosi@4681dd733a925cd048d0301af26221bce0c95eed + - uses: systemd/mkosi@7e975957a6af65c2e70428b6cda0c163ca7e1adc # 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 |