Skip to content

Commit

Permalink
fix: Try to avoid wasm_bindgen's placeholder.
Browse files Browse the repository at this point in the history
  • Loading branch information
langyo committed Nov 30, 2023
1 parent d032c7f commit 111a2ff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,9 @@ jobs:
~/.cargo/registry
~/.cargo/git
target
key: cargo-${{ runner.os }}-wasi-tests-${{ hashFiles('**/Cargo.toml') }}
key: cargo-${{ runner.os }}-history-wasi-tests-${{ hashFiles('**/Cargo.toml') }}
restore-keys: |
cargo-${{ runner.os }}-wasi-tests-
cargo-${{ runner.os }}-
cargo-${{ runner.os }}-history-wasi-tests-
- name: Build and run example history-wasi
run: |
Expand Down

0 comments on commit 111a2ff

Please sign in to comment.