diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-11-23 16:11:36 +0100 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-11-24 16:47:04 +0100 |
commit | a197604af44aae044d324d5a77125b9c5a0ee6bb (patch) | |
tree | a243b9a926870c09cefb2e5b0cdb4d14729299b2 /.github | |
parent | NEWS: add blurb thanking Nick Owens (diff) | |
download | systemd-a197604af44aae044d324d5a77125b9c5a0ee6bb.tar.xz systemd-a197604af44aae044d324d5a77125b9c5a0ee6bb.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 3914a56eb8..a7dee7ee25 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -105,7 +105,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: systemd/mkosi@8976a0abb19221e65300222f2d33067970cca0f1 + - uses: systemd/mkosi@0825cca8084674ec8fa27502134b1bc601f79e0c # 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 |