Skip to content

Commit b0a7633

Browse files
authored
Merge pull request #2050 from Kobzol/fix-ci
Fix gather data test
2 parents b49053c + fc97d87 commit b0a7633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ jobs:
383383

384384
- name: Gather data
385385
run: |
386-
cargo run --bin collector bench_local `which rustc` --include syn --id version1 \
386+
cargo run --bin collector bench_local `rustup which rustc` --include syn --id version1 \
387387
--self-profile \
388388
--db postgresql://postgres:[email protected]:5432/postgres
389389
cargo run --bin collector bench_local `rustup +nightly which rustc` --include syn --id version2 \

0 commit comments

Comments
 (0)