diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-10-04 14:22:27 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-10-09 20:36:57 +0200 |
commit | 7d9464ceac07a98f726b6c3137aeac6270231942 (patch) | |
tree | 52df67e37fd9a5861c762873834f4400d8216d42 /.github/workflows | |
parent | mkosi: Remove particle profile (diff) | |
download | systemd-7d9464ceac07a98f726b6c3137aeac6270231942.tar.xz systemd-7d9464ceac07a98f726b6c3137aeac6270231942.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 2effc434c6..381db9a048 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -105,7 +105,7 @@ jobs: steps: - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - - uses: systemd/mkosi@3454f7bd4ef0336ec80a117d593baaef0fe53398 + - uses: systemd/mkosi@2a35f9958bc6b82d95d1eac02dc245e9bb068765 # 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 |