Skip to content

Commit 5c2373f

Browse files
authored
Merge pull request #2224 from hermit-os/ci-careful
ci: download cargo-careful instead of building it
2 parents 9cf195a + 35ec8d0 commit 5c2373f

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
@@ -219,7 +219,7 @@ jobs:
219219
echo "UHYVE=$CARGO_HOME/bin/uhyve" >> "$GITHUB_ENV"
220220
if: matrix.arch == 'x86_64'
221221
- run: cargo +stable install --locked virtiofsd
222-
- run: cargo +stable install cargo-careful
222+
- uses: taiki-e/install-action@cargo-careful
223223
if: matrix.profile == 'dev'
224224
- run: cargo xtask ci rs --arch ${{ matrix.arch }} --profile ${{ matrix.profile }} ${{ matrix.rs_flags }} --package rusty_demo --no-default-features firecracker --sudo
225225
if: matrix.arch == 'x86_64'

0 commit comments

Comments
 (0)