We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6124866 commit b08f09dCopy full SHA for b08f09d
1 file changed
.github/workflows/benchmarks.yml
@@ -59,8 +59,6 @@ jobs:
59
with:
60
persist-credentials: false
61
62
- - uses: dtolnay/rust-toolchain@stable
63
-
64
- uses: Swatinem/rust-cache@v2
65
66
- name: Run sccache-cache
@@ -74,10 +72,6 @@ jobs:
74
72
sudo locale-gen fr_FR.UTF-8
75
73
sudo update-locale
76
77
- - name: Install cargo-codspeed
78
- shell: bash
79
- run: cargo install cargo-codspeed --locked
80
81
- name: Build benchmarks for ${{ matrix.package }} (${{ matrix.type }})
82
shell: bash
83
run: |
0 commit comments