We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b78d2 commit 067dac4Copy full SHA for 067dac4
.github/workflows/mkosi.yml
@@ -148,7 +148,7 @@ jobs:
148
run: sudo mkosi summary
149
150
- name: Build ${{ matrix.distro }}
151
- run: sudo mkosi --debug --repository-key-check=false
+ run: sudo env -u SUDO_USER -u SUDO_UID -u SUDO_GID mkosi --debug --repository-key-check=false
152
153
- name: Boot ${{ matrix.distro }} systemd-nspawn
154
run: test "$(sudo mkosi --debug boot 1>&2; echo $?)" -eq 123
0 commit comments