diff options
author | Richard Maw <richard.maw@codethink.co.uk> | 2024-04-25 14:01:52 +0200 |
---|---|---|
committer | Richard Maw <richard.maw@codethink.co.uk> | 2024-04-25 14:05:37 +0200 |
commit | aca6533951cf8a2a641224af17ffe7d352623dd5 (patch) | |
tree | 12e92be015761d80eb8a10859e4477dd34b6eee1 /.github/workflows | |
parent | run/run: fix invocation ID handling (diff) | |
download | systemd-aca6533951cf8a2a641224af17ffe7d352623dd5.tar.xz systemd-aca6533951cf8a2a641224af17ffe7d352623dd5.zip |
ci: Update mkosi version
The change to add microcode support had a bug in ukify handling
that broke when it should have been picked up from ExtraSearchPaths.
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 da06074618..a22a458db3 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -71,7 +71,7 @@ jobs: steps: - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - - uses: systemd/mkosi@11b112094e659d50cdb25f67829857cfefb69e6d + - uses: systemd/mkosi@50150db53652cff573fed43c4b330e2853065305 # 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 |