Skip to content

Commit 0060001

Browse files
committed
Remove installing Rust toolchain
1 parent e3c1fa2 commit 0060001

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/perf-ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ jobs:
2727
- name: setup python
2828
uses: actions/setup-python@v4
2929

30-
- name: Install Rust toolchain
31-
uses: dtolnay/rust-toolchain@master
32-
with:
33-
toolchain: stable
34-
3530
- name: Bench network filter matching
3631
run: cargo bench --bench bench_matching rule-match-browserlike/brave-list -- --output-format bencher | tee -a output.txt
3732

0 commit comments

Comments
 (0)