Skip to content

Commit 3c48f16

Browse files
committed
Add rust-src component to web CI
Needed for -Z build-std
1 parent f18220e commit 3c48f16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
- name: Install Rust
4343
run: |
4444
rustup update --no-self-update stable
45-
rustup component add --toolchain stable rustc
45+
rustup component add --toolchain stable rustc rust-src
4646
rustup default stable
4747
rustup target add wasm32-unknown-unknown
48-
- name: Build documentation
48+
- name: Build website
4949
run: cargo x web
5050
- name: Upload site artifact
5151
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)