diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-04-08 17:23:21 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-04-09 11:56:45 +0200 |
commit | 0e4eba6fcbf7db7bb5529f006276d87194181d77 (patch) | |
tree | f1460284309778ac812042065e3ec45dbba504ec /.github | |
parent | mkosi: Update pkg/arch to latest and install systemd-tests (diff) | |
download | systemd-0e4eba6fcbf7db7bb5529f006276d87194181d77.tar.xz systemd-0e4eba6fcbf7db7bb5529f006276d87194181d77.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 94b9fc3c56..0e87823687 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -74,7 +74,7 @@ jobs: steps: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - - uses: systemd/mkosi@4dfdf98ed2877a1e40f37234e0b8fbba0fec3584 + - uses: systemd/mkosi@1099ead1ccaa11b62b7a16ee312193bd0e6b6404 # 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 |