Skip to content

Commit 08c6090

Browse files
committed
restore
1 parent 5ebcaae commit 08c6090

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/benchmarks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install rust nightly-2023-06-02 toolchain
2525
uses: dtolnay/rust-toolchain@master
2626
with:
27-
components: rustfmt
27+
components: rustfmt, rust-src, rustc-dev, llvm-tools-preview
2828
toolchain: nightly-2023-06-02
2929

3030
- name: install packages
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
git clone https://github.com/lucarlig/rust-clippy.git
5353
cd rust-clippy
54-
cargo +nightly-2023-06-02 build --release --bin cargo-clippy --bin clippy-driver -Zunstable-options --out-dir "~/.cargo/bin"
54+
cargo +nightly-2023-06-02 build --release --bin cargo-clippy --bin clippy-driver -Zunstable-options --out-dir "$(rustc --print=sysroot)/bin"
5555
5656
##### CODE MODIFICATION STEPS ####
5757
- name: run crusts

benchmark/compute_KLOC.sh

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)