Skip to content

Commit

Permalink
Disable cache in workflow
Browse files Browse the repository at this point in the history
It seems to cause issues with the wasm-bindgen-test runner
  • Loading branch information
allsey87 committed Oct 14, 2024
1 parent 5c327a9 commit dd95b2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
toolchain: stable
target: wasm32-unknown-unknown
components: rustfmt
cache: false
- name: Install cargo-binstall
uses: cargo-bins/cargo-binstall@main
- name: Install wasm-bindgen
Expand Down

0 comments on commit dd95b2b

Please sign in to comment.