Skip to content

Commit

Permalink
ci: fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
  • Loading branch information
explodingcamera committed Jan 26, 2024
1 parent bed5f13 commit ab6a39a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
run: |
rustup update stable
rustup update nightly
rustup target add wasm32-unknown-unknown
sudo apt-get install -y binaryen
- name: Build wasm
Expand All @@ -46,6 +47,7 @@ jobs:
- name: Install nightly Rust toolchain & Binaryen
run: |
rustup update nightly
rustup target add wasm32-unknown-unknown
sudo apt-get install -y binaryen
- name: Build wasm
Expand Down

0 comments on commit ab6a39a

Please sign in to comment.