Skip to content

Commit

Permalink
install wasm toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Sep 30, 2023
1 parent 2513676 commit a12fdce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
with:
toolchain: nightly

- uses: Swatinem/rust-cache@v1
- run: rustup target add wasm32-unknown-unknown

- name: Build
run: |
cargo +nightly build --release -p hyperbridge
Expand Down

0 comments on commit a12fdce

Please sign in to comment.