We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9302420 commit 1a9aebcCopy full SHA for 1a9aebc
.github/workflows/wasm-ci.yaml
@@ -23,13 +23,10 @@ jobs:
23
toolchain: stable
24
override: true
25
target: wasm32-unknown-unknown
26
- - uses: IronCoreLabs/rust-install@v0.1.2
+ - uses: taiki-e/cache-cargo-install-action@v2
27
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
+ # needs to match Cargo.toml and flake.nix version
+ tool: [email protected]
33
- uses: actions/setup-node@v5
34
35
node-version: ${{ matrix.node_version }}
0 commit comments