Skip to content

Commit 7986f4e

Browse files
committed
ci: patch Uhyve's KVM exits disabling
1 parent 9ff0c3e commit 7986f4e

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)