We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afaa805 commit b7f1a3fCopy full SHA for b7f1a3f
2 files changed
.github/workflows/cd.yml
@@ -42,8 +42,9 @@ jobs:
42
- uses: actions/checkout@v4
43
- uses: dtolnay/rust-toolchain@nightly
44
- uses: Swatinem/rust-cache@v2
45
- - run: cargo install --locked cargo-component
46
- - run: cargo install --locked wit-bindgen-cli
+ - uses: taiki-e/cache-cargo-install-action@v2
+ with:
47
+ tool: cargo-component,wit-bindgen-cli
48
49
# Configure registry
50
- run: |
.github/workflows/ci.yml
@@ -19,8 +19,9 @@ jobs:
19
with:
20
components: clippy, rustfmt
21
22
- - run: cargo install --locked cargo-machete
23
- - run: cargo install --locked cargo-sort-derives
24
+ tool: cargo-machete,cargo-sort-derives
25
26
# Checks
27
- run: cargo +nightly fmt --check
0 commit comments