Skip to content

Commit 111a2ff

Browse files
committed
fix: Try to avoid wasm_bindgen's placeholder.
1 parent d032c7f commit 111a2ff

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/tests.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,9 @@ jobs:
145145
~/.cargo/registry
146146
~/.cargo/git
147147
target
148-
key: cargo-${{ runner.os }}-wasi-tests-${{ hashFiles('**/Cargo.toml') }}
148+
key: cargo-${{ runner.os }}-history-wasi-tests-${{ hashFiles('**/Cargo.toml') }}
149149
restore-keys: |
150-
cargo-${{ runner.os }}-wasi-tests-
151-
cargo-${{ runner.os }}-
150+
cargo-${{ runner.os }}-history-wasi-tests-
152151
153152
- name: Build and run example history-wasi
154153
run: |

0 commit comments

Comments
 (0)