Skip to content

Commit 1a9aebc

Browse files
authored
Use cache cargo install instead of our fork (#144)
1 parent 9302420 commit 1a9aebc

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/wasm-ci.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,10 @@ jobs:
2323
toolchain: stable
2424
override: true
2525
target: wasm32-unknown-unknown
26-
- uses: IronCoreLabs/rust-install@v0.1.2
26+
- uses: taiki-e/cache-cargo-install-action@v2
2727
with:
28-
crate: wasm-bindgen-cli
29-
version: 0.2.100 # needs to match Cargo.toml and flake.nix version
30-
accesskey: ${{ vars.TOOL_CACHE_ACCESS_KEY_ID }}
31-
secretkey: ${{ secrets.TOOL_CACHE_SECRET_KEY }}
32-
os: ubuntu-22.04
28+
# needs to match Cargo.toml and flake.nix version
29+
3330
- uses: actions/setup-node@v5
3431
with:
3532
node-version: ${{ matrix.node_version }}

0 commit comments

Comments
 (0)