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 01a3c64 commit 3c52a15Copy full SHA for 3c52a15
1 file changed
.github/workflows/mkosi-build.yml
@@ -71,7 +71,7 @@ jobs:
71
run: |
72
python3 -m venv "$RUNNER_TEMP/mkosi-venv"
73
"$RUNNER_TEMP/mkosi-venv/bin/pip" install --disable-pip-version-check \
74
- 'mkosi==26'
+ 'mkosi @ git+https://github.com/systemd/mkosi.git@84af20892b61c8e177e391f997ded8b4cb5514f2'
75
echo "$RUNNER_TEMP/mkosi-venv/bin" >> "$GITHUB_PATH"
76
sudo ./os/mkosi/scripts/install-toolchains.sh \
77
"$RUNNER_TEMP/toolchain-downloads"
0 commit comments