Skip to content

Commit c35033b

Browse files
authored
Merge pull request #836 from hermit-os/ci-patch-uhyve
ci: patch Uhyve's KVM exits disabling
2 parents 9ff0c3e + 7986f4e commit c35033b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
sudo apt-get install ${{ matrix.packages }}
8686
- uses: dtolnay/rust-toolchain@stable
8787
- run: echo "$CARGO_HOME/bin" >> "$GITHUB_PATH"
88-
- run: cargo +stable install --locked uhyve
88+
- run: cargo +stable install --locked uhyve --git https://github.com/hermit-os/uhyve.git --rev 357a022f4f381b1ac80b064f88caae1a657b3687
8989
if: matrix.arch == 'x86_64'
9090
- name: Download loader
9191
run: gh release download --repo hermit-os/loader --pattern hermit-loader-${{ matrix.arch }}

0 commit comments

Comments
 (0)