diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-07-24 13:27:46 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-07-24 18:58:38 +0200 |
commit | 3d6c6f9b9e957735a801b8d1587508dea9599795 (patch) | |
tree | 81c7a5fa76b487730493e08724505ff9a1a85e4a /.github/workflows | |
parent | Merge pull request #33535 from neighbourhoodie/tests/dns-cache (diff) | |
download | systemd-3d6c6f9b9e957735a801b8d1587508dea9599795.tar.xz systemd-3d6c6f9b9e957735a801b8d1587508dea9599795.zip |
mkosi: Update to latest
Includes the required fix to make mkosi copy NOCOW disk images properly.
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 7070e9c636..28b2829bbd 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -105,7 +105,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - - uses: systemd/mkosi@7e975957a6af65c2e70428b6cda0c163ca7e1adc + - uses: systemd/mkosi@4eba736412c702bbbe2c6d4a58a92fa977219249 # 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 |