We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f176c7c commit 582d605Copy full SHA for 582d605
.github/workflows/tests.yml
@@ -53,4 +53,6 @@ jobs:
53
steps:
54
- uses: actions/checkout@v2
55
- name: Build
56
- run: cargo check --example web_app --target wasm32-unknown-unknown
+ run: |
57
+ rustup target add wasm32-unknown-unknown
58
+ cargo check --example web_app --target wasm32-unknown-unknown
0 commit comments