Skip to content

Commit b05a432

Browse files
committed
update
1 parent f79aaeb commit b05a432

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,10 @@ jobs:
202202
steps:
203203
- uses: actions/checkout@v4
204204
- name: Install Rust
205-
run: rustup update nightly --no-self-update && rustup default nightly
205+
run: |
206+
rustup update nightly --no-self-update
207+
rustup default nightly
208+
rustup component add rust-src
206209
- uses: Swatinem/rust-cache@v2
207210
- run: |
208211
cargo build -p compiler_builtins -p libm \

0 commit comments

Comments
 (0)