Skip to content

Commit 15fa42b

Browse files
authored
Merge pull request #7 from Chia-Network/wallentx/wasm-fix
Adding temporary rustup and wasm deps
2 parents 62c5016 + ca16f0d commit 15fa42b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/publish.yml

+10
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ jobs:
1818
uses: actions/setup-node@v3
1919
with:
2020
node-version: 16
21+
- name: Install latest nightly
22+
uses: actions-rs/toolchain@v1
23+
with:
24+
toolchain: stable
25+
target: wasm32-unknown-unknown
26+
override: true
27+
components: rustfmt
28+
- name: Install wasm-pack
29+
run: |
30+
cargo install wasm-pack
2131
- name: Install
2232
run: npm ci
2333
- name: Compile & lint

0 commit comments

Comments
 (0)