We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 265279b commit fd7f7bbCopy full SHA for fd7f7bb
.github/workflows/ci.yml
@@ -29,6 +29,8 @@ jobs:
29
uses: denoland/setup-deno@v2
30
with:
31
deno-version: canary
32
+ - name: Install wasm32-unknown-unknown
33
+ run: rustup target add wasm32-unknown-unknown
34
35
- name: Format
36
if: contains(matrix.os, 'ubuntu')
0 commit comments