Don't add rustup components when using scheduled CI

This commit is contained in:
Igor Matuszewski 2021-05-07 19:06:48 +00:00 committed by GitHub
parent 378076ff03
commit 9102aca0be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ jobs:
run: bash ci/setup-toolchain.sh
if: github.event_name == 'schedule'
- run: rustup component add rust-src rust-analysis rustc-dev llvm-tools-preview
if: github.event_name != 'schedule'
- run: rustc -vV
- run: cargo build -v
- run: cargo test -v