Skip to content

Commit 54d9b1f

Browse files
committed
wip
1 parent cb4c0f9 commit 54d9b1f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/mkosi.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ name: mkosi
77
on:
88
push:
99
branches:
10+
- wip
1011
- main
1112
- v[0-9]+-stable
1213
paths:
@@ -132,7 +133,10 @@ jobs:
132133
run: mkosi summary
133134

134135
- name: Build
135-
run: mkosi --debug
136+
run: |
137+
git clone -b ukify_keyutil_fallback --depth 1 https://github.com/bluca/systemd.git foo
138+
sudo cp foo/src/ukify/ukify.py /usr/bin/ukify
139+
mkosi --debug
136140
137141
- name: Boot systemd-nspawn
138142
run: test "$(sudo mkosi --debug boot 1>&2; echo $?)" -eq 123

0 commit comments

Comments
 (0)