diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-05-03 14:13:39 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-05-06 10:56:45 +0200 |
commit | 86e249f326ce989f686a2522ef531520283ed970 (patch) | |
tree | 8f83ad481f3ea9d255c2e01f52834520d70b5b68 /.github | |
parent | test: Formatting fixes (diff) | |
download | systemd-86e249f326ce989f686a2522ef531520283ed970.tar.xz systemd-86e249f326ce989f686a2522ef531520283ed970.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 afdbb739ee..6953f9e4ea 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -71,7 +71,7 @@ jobs: steps: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - - uses: systemd/mkosi@5329eb0fe823634fe57daddce88ae8ccddfe3364 + - uses: systemd/mkosi@22d212dcb229b553572578ef16c809f9a9961ee8 # 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 |