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 f250a72 commit 3fe6cb3Copy full SHA for 3fe6cb3
.github/workflows/ci.yml
@@ -216,7 +216,7 @@ jobs:
216
if: matrix.arch == 'x86_64'
217
- run: cargo +stable install --locked virtiofsd
218
219
- - run: cargo +stable install cargo-careful
+ - run: cargo +stable install --git https://github.com/mkroening/cargo-careful.git --branch rustc cargo-careful
220
if: matrix.profile == 'dev'
221
- run: FIRECRACKER=$HOME/.local/bin/firecracker cargo xtask ci rs --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} --package rusty_demo --no-default-features firecracker --sudo
222
0 commit comments