diff options
author | Luca Boccassi <bluca@debian.org> | 2024-06-26 16:21:14 +0200 |
---|---|---|
committer | Luca Boccassi <bluca@debian.org> | 2024-06-26 16:47:13 +0200 |
commit | ea6376d17f4475d470925adfe7bf1bac577e96b2 (patch) | |
tree | 7ba33a8c67fc454f03602c8c98f3605db10ebf72 /.github/workflows | |
parent | man/capsule@.service.xml: fix typo (diff) | |
download | systemd-ea6376d17f4475d470925adfe7bf1bac577e96b2.tar.xz systemd-ea6376d17f4475d470925adfe7bf1bac577e96b2.zip |
mkosi: bump to latest commit
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 3a8dabd95c..1b2f77c559 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -92,7 +92,7 @@ jobs: steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - - uses: systemd/mkosi@6972f9efba5c8472d990be3783b7e7dbf76e109e + - uses: systemd/mkosi@70aa901697f12182ccaa24e2325867d275479b55 # 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 |