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.
2 parents 9ad0e22 + 1f9880f commit e84bb0aCopy full SHA for e84bb0a
.github/workflows/ci.yml
@@ -232,6 +232,7 @@ jobs:
232
uses: dtolnay/rust-toolchain@master
233
with:
234
toolchain: ${{ env.RUST_VERSION }}
235
+ targets: wasm32-unknown-unknown
236
- uses: buildjet/cache@v3
237
238
path: |
@@ -339,6 +340,7 @@ jobs:
339
340
341
342
343
344
- uses: Swatinem/rust-cache@v2
345
346
cache-provider: "buildjet"
@@ -356,6 +358,7 @@ jobs:
356
358
357
359
360
components: clippy
361
362
363
364
@@ -745,6 +748,7 @@ jobs:
745
748
746
749
# `cargo-udeps` requires nightly to run
747
750
toolchain: ${{ env.NIGHTLY_RUST_VERSION }}
751
752
753
754
0 commit comments