Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 9102aca

Browse files
authoredMay 7, 2021
Don't add rustup components when using scheduled CI
1 parent 378076f commit 9102aca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
run: bash ci/setup-toolchain.sh
4848
if: github.event_name == 'schedule'
4949
- run: rustup component add rust-src rust-analysis rustc-dev llvm-tools-preview
50+
if: github.event_name != 'schedule'
5051
- run: rustc -vV
5152
- run: cargo build -v
5253
- run: cargo test -v

0 commit comments

Comments
 (0)
This repository has been archived.