Skip to content

Commit a0dc16f

Browse files
committed
chore: use stable rust
1 parent 2cd27ec commit a0dc16f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
cmake -DCODSPEED_MODE=${{ matrix.codspeed-mode }} -DCODSPEED_STRICT_WARNINGS=ON ..
8383
make -j
8484
85+
- uses: dtolnay/rust-toolchain@stable
8586
- name: Run the benchmarks
8687
uses: CodSpeedHQ/action@chore/runner-branch
8788
if: matrix.codspeed-mode != 'off'
@@ -122,6 +123,7 @@ jobs:
122123
run: |
123124
bazel build //examples/google_benchmark_bazel:my_benchmark --//core:codspeed_mode=${{ matrix.codspeed-mode }} --//core:strict_warnings=on
124125
126+
- uses: dtolnay/rust-toolchain@stable
125127
- name: Run the benchmarks
126128
uses: CodSpeedHQ/action@chore/runner-branch
127129
if: matrix.codspeed-mode != 'off'

0 commit comments

Comments
 (0)