diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-07-10 16:52:54 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-07-10 16:52:54 +0200 |
commit | d5c3868181f82783214baa9a4498ae6aad1623f5 (patch) | |
tree | b041a84489f12ffbd78a713b72905a64baa29b25 /.github | |
parent | man: some fixes (diff) | |
download | systemd-d5c3868181f82783214baa9a4498ae6aad1623f5.tar.xz systemd-d5c3868181f82783214baa9a4498ae6aad1623f5.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 a394e121cf..d2aa7f7b79 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -92,7 +92,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - - uses: systemd/mkosi@6b66aa9096948e0bc38154333687584e0351f450 + - uses: systemd/mkosi@4681dd733a925cd048d0301af26221bce0c95eed # 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 |