Skip to content

Commit 12d2d33

Browse files
committed
Fix JS workflow to used Cargo lock files
1 parent 1356c91 commit 12d2d33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/javascript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: brew install llvm
3939

4040
- name: Install wasm-bindgen
41-
run: cargo install wasm-bindgen-cli
41+
run: cargo install --locked wasm-bindgen-cli
4242

4343
- name: "Install dependencies"
4444
run: npm ci

0 commit comments

Comments
 (0)