We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fb03c6 commit a3a2addCopy full SHA for a3a2add
.github/workflows/verify-pr-commit.yml
@@ -237,7 +237,7 @@ jobs:
237
# Remove these install commands when ci-base-image has nightly toolchain
238
run: |
239
rustup toolchain install nightly-2023-07-13
240
- rustup target add x86_64-unknown-linux-gnu --toolchain nightly-2023-07-13
+ rustup target add wasm32-unknown-unknown --toolchain nightly-2023-07-13
241
RUSTDOCFLAGS="--enable-index-page --check -Zunstable-options" cargo +nightly-2023-07-13 doc --no-deps --features frequency
242
243
verify-rust-packages-and-deps:
0 commit comments