Skip to content

Commit

Permalink
chore: rust dep
Browse files Browse the repository at this point in the history
Signed-off-by: Nuno Cruces <[email protected]>
  • Loading branch information
ncruces committed Nov 18, 2024
1 parent 511ac55 commit 3cfe033
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/examples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ jobs:
run: |
./emsdk/emsdk install ${{env.EMSDK_VERSION}}
- name: Install wasm32-wasi target
uses: actions-rs/toolchain@v1
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
target: wasm32-wasi
targets: wasm32-unknown-unknown, wasm32-wasi

- name: Build TinyGo examples
run: make build.examples.tinygo
Expand Down

0 comments on commit 3cfe033

Please sign in to comment.