We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9cf195a + 35ec8d0 commit 5c2373fCopy full SHA for 5c2373f
.github/workflows/ci.yml
@@ -219,7 +219,7 @@ jobs:
219
echo "UHYVE=$CARGO_HOME/bin/uhyve" >> "$GITHUB_ENV"
220
if: matrix.arch == 'x86_64'
221
- run: cargo +stable install --locked virtiofsd
222
- - run: cargo +stable install cargo-careful
+ - uses: taiki-e/install-action@cargo-careful
223
if: matrix.profile == 'dev'
224
- run: cargo xtask ci rs --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} ${{ matrix.rs_flags }} --package rusty_demo --no-default-features firecracker --sudo
225
0 commit comments