Skip to content

Commit ed2fb35

Browse files
committed
install wasm32-unknown-unknown on CI
1 parent b81402d commit ed2fb35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919
- uses: dtolnay/rust-toolchain@stable
20+
with:
21+
targets: wasm32-unknown-unknown
2022
- uses: arduino/setup-task@v1
2123
with:
2224
repo-token: ${{ github.token }}

0 commit comments

Comments
 (0)