Skip to content

Commit 04c8d89

Browse files
committed
wasm-pack action
1 parent f693a4f commit 04c8d89

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
- name: Docs
5656
run: cargo doc --no-deps
5757

58+
59+
5860
wasm-pack:
5961
name: Wasm stuff
6062
runs-on: ubuntu-latest
@@ -65,8 +67,7 @@ jobs:
6567
toolchain: nightly
6668
override: true
6769
target: wasm32-unknown-unknown
68-
- name: install wasm-pack
69-
run: cargo install wasm-pack
70+
- uses: jetli/[email protected]
7071
- name: build with default features
7172
run: wasm-pack build
7273
- name: node test

0 commit comments

Comments
 (0)