We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b81402d commit ed2fb35Copy full SHA for ed2fb35
.github/workflows/main.yml
@@ -17,6 +17,8 @@ jobs:
17
steps:
18
- uses: actions/checkout@v4
19
- uses: dtolnay/rust-toolchain@stable
20
+ with:
21
+ targets: wasm32-unknown-unknown
22
- uses: arduino/setup-task@v1
23
with:
24
repo-token: ${{ github.token }}
0 commit comments