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.
2 parents 9ff0c3e + 7986f4e commit c35033bCopy full SHA for c35033b
.github/workflows/ci.yml
@@ -85,7 +85,7 @@ jobs:
85
sudo apt-get install ${{ matrix.packages }}
86
- uses: dtolnay/rust-toolchain@stable
87
- run: echo "$CARGO_HOME/bin" >> "$GITHUB_PATH"
88
- - run: cargo +stable install --locked uhyve
+ - run: cargo +stable install --locked uhyve --git https://github.com/hermit-os/uhyve.git --rev 357a022f4f381b1ac80b064f88caae1a657b3687
89
if: matrix.arch == 'x86_64'
90
- name: Download loader
91
run: gh release download --repo hermit-os/loader --pattern hermit-loader-${{ matrix.arch }}
0 commit comments