We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71ef66e commit 22f9a17Copy full SHA for 22f9a17
1 file changed
.github/workflows/ci.yaml
@@ -29,6 +29,9 @@ jobs:
29
target/
30
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
31
32
+ - run: |
33
+ rustup target add wasm32-unknown-unknown
34
+
35
- name: Build
36
run: cargo build --release
37
0 commit comments