Skip to content

Commit 88c49e0

Browse files
committed
add rust toolchain to build-happ job
1 parent 8a9891e commit 88c49e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v3
24+
- uses: dtolnay/[email protected]
25+
with:
26+
targets: wasm32-unknown-unknown
2427
- name: Install holochain_cli
2528
run: cargo install holochain_cli --version 0.1.0 --locked
2629
# build hApp

0 commit comments

Comments
 (0)