Skip to content

Commit 36a7a5c

Browse files
committed
.github/workflows/wasm.yml: build wasm-pack with --locked to avoid pulling dependencies that require a newer rust version.
1 parent 22fd839 commit 36a7a5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wasm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: npm install typescript knip
5555

5656
- name: Install wasm-pack
57-
run: cargo install wasm-pack
57+
run: cargo install wasm-pack --locked
5858

5959
- name: Build the wasm module
6060
working-directory: ./wasm-wrappers
@@ -92,7 +92,7 @@ jobs:
9292
--default-toolchain $(python ./build-tools/cargo-info-extractor/extract.py --rust-version)
9393
9494
- name: Install wasm-pack
95-
run: cargo install wasm-pack
95+
run: cargo install wasm-pack --locked
9696

9797
- name: Build the wasm module for nodejs - release
9898
working-directory: ./wasm-wrappers

0 commit comments

Comments
 (0)