Skip to content

Commit a3a2add

Browse files
author
Matthew Orris
committed
fix: wrong target in rustup command
1 parent 2fb03c6 commit a3a2add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify-pr-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
# Remove these install commands when ci-base-image has nightly toolchain
238238
run: |
239239
rustup toolchain install nightly-2023-07-13
240-
rustup target add x86_64-unknown-linux-gnu --toolchain nightly-2023-07-13
240+
rustup target add wasm32-unknown-unknown --toolchain nightly-2023-07-13
241241
RUSTDOCFLAGS="--enable-index-page --check -Zunstable-options" cargo +nightly-2023-07-13 doc --no-deps --features frequency
242242
243243
verify-rust-packages-and-deps:

0 commit comments

Comments
 (0)