Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

Commit 2bb5a66

Browse files
committed
ci(test): fix cargo-binstall action use
1 parent 36005bd commit 2bb5a66

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ jobs:
3030
toolchain: stable
3131
targets: wasm32-unknown-unknown
3232

33-
- name: Install cargo-component
33+
- name: Install cargo-binstall
3434
uses: cargo-bins/cargo-binstall@main
35-
run: cargo-binstall cargo-component --locked --version 0.13.1 --force --no-confirm
35+
36+
- name: Install cargo-component
37+
run: cargo-binstall cargo-component --locked --version $CARGO_COMPONENT_VERSION --force --no-confirm
3638

3739
- name: Run `cargo test`
3840
run: cargo test --workspace --exclude example-extension

0 commit comments

Comments
 (0)