Skip to content

Commit f92cd4d

Browse files
committed
ci: link systemd-keyutil into place
The mkosi action.yaml links systemd main, and instealls an hard-coded set of binaries. ukify now depends on the new systemd-keyutil, which cannot be in that list. Link it manually. (cherry picked from commit 8f24348) (cherry picked from commit 150b961)
1 parent 5b199c6 commit f92cd4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/mkosi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ jobs:
129129
CopyFiles=/
130130
Minimize=guess
131131
EOF
132+
sudo ln -svf "$(dirname "$(readlink /usr/bin/bootctl)")/systemd-keyutil" /usr/lib/systemd/systemd-keyutil
133+
/usr/lib/systemd/systemd-keyutil --version
132134
133135
- name: Generate secure boot key
134136
run: mkosi genkey

0 commit comments

Comments
 (0)