Skip to content

Commit 2bca765

Browse files
committed
CI: undo mkosi.yml overwrite of systemd tools from main
The tools from main are no longer compatible with images built in this stable branch. Ubuntu 24.04 ships with v255 which is good enough, so restore those binaries.
1 parent 842f10c commit 2bca765

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/mkosi.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ jobs:
8282

8383
- name: Configure
8484
run: |
85+
# mkosi GHA clones and builds from main but tools are not compatible with this branch, 24.04 ships 255 which is enough
86+
sudo apt install --reinstall systemd systemd-container systemd-boot systemd-ukify
87+
8588
tee mkosi.local.conf <<- EOF
8689
[Distribution]
8790
Distribution=${{ matrix.distro }}

0 commit comments

Comments
 (0)