Skip to content

Commit fc97d87

Browse files
committed
Fix gather data test
1 parent b49053c commit fc97d87

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:postgres@127.0.0.1:5432/postgres
389389
cargo run --bin collector bench_local `rustup +nightly which rustc` --include syn --id version2 \

0 commit comments

Comments
 (0)