diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-12-08 12:55:35 +0100 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-12-08 12:55:35 +0100 |
commit | 2ebb4c3991cd82a5ae9edc47317dd98833ee8894 (patch) | |
tree | a7ac906956d29388665fa37b8c12d78cd1b0c829 | |
parent | test: tentatively disable SELinux tests (diff) | |
download | systemd-2ebb4c3991cd82a5ae9edc47317dd98833ee8894.tar.xz systemd-2ebb4c3991cd82a5ae9edc47317dd98833ee8894.zip |
mkosi: Update to latest
-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 b1a41a3cdb..7aea3769f3 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -113,7 +113,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: systemd/mkosi@07ef37c4c0dad5dfc6cec86c967a7600df1cd88c + - uses: systemd/mkosi@c4bbf3b71a3e2cf947995caedf10f69da3c4957a # 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 |