Skip to content

Commit 3fe6cb3

Browse files
committed
[DO NOT MERGE]: patch cargo-rustc support into cargo-careful
1 parent f250a72 commit 3fe6cb3

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
@@ -216,7 +216,7 @@ jobs:
216216
if: matrix.arch == 'x86_64'
217217
- run: cargo +stable install --locked virtiofsd
218218
if: matrix.arch == 'x86_64'
219-
- run: cargo +stable install cargo-careful
219+
- run: cargo +stable install --git https://github.com/mkroening/cargo-careful.git --branch rustc cargo-careful
220220
if: matrix.profile == 'dev'
221221
- run: FIRECRACKER=$HOME/.local/bin/firecracker cargo xtask ci rs --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} --package rusty_demo --no-default-features firecracker --sudo
222222
if: matrix.arch == 'x86_64'

0 commit comments

Comments
 (0)