mirror of
https://github.com/AleoHQ/leo.git
synced 2024-11-24 02:42:21 +03:00
install wasm-pack with cargo
This commit is contained in:
parent
dbf40f9d23
commit
e33b41ea1c
2
.github/workflows/wasm.yml
vendored
2
.github/workflows/wasm.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
||||
toolchain: stable
|
||||
override: true
|
||||
- name: Install wasm-pack
|
||||
run: npm install -g wasm-pack
|
||||
run: cargo install wasm-pack
|
||||
- name: Run wasm-pack
|
||||
run: wasm-pack build --dev --target nodejs
|
||||
- name: Install dependencies and run tests
|
||||
|
Loading…
Reference in New Issue
Block a user