Skip to content

Commit 464f903

Browse files
committed
Do not use rustup-components-history
It sometimes stops: rust-lang/rustup-components-history#34
1 parent 6b56472 commit 464f903

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -256,12 +256,8 @@ jobs:
256256
# runs-on: ubuntu-latest
257257
# steps:
258258
# - uses: actions/checkout@v2
259-
# - name: Install Rust and Clippy
260-
# run: |
261-
# toolchain=nightly-$(curl -sSf https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu/clippy)
262-
# rustup set profile minimal
263-
# rustup default "$toolchain"
264-
# rustup component add clippy
259+
# - name: Install Rust
260+
# run: rustup toolchain install nightly --component clippy && rustup default nightly
265261
# - run: cargo clippy --workspace --all-features --all-targets
266262

267263
fmt:

0 commit comments

Comments
 (0)