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 0255d93 commit a6fd212Copy full SHA for a6fd212
.github/workflows/tests.yaml
@@ -419,6 +419,9 @@ jobs:
419
- name: Git checkout
420
uses: actions/checkout@v5
421
422
+ - name: Load versions
423
+ uses: ./.github/actions/load-versions
424
+
425
- name: Setup build dependencies
426
uses: ./.github/actions/setup-build-deps
427
@@ -430,7 +433,7 @@ jobs:
430
433
- name: Setup Rust
431
434
uses: ./.github/actions/setup-rust
432
435
with:
- toolchain: 1.84
436
+ toolchain: ${{ env.RUST_STABLE_VERSION }}
437
cache-prefix: build-${{ inputs.os }}-${{ inputs.cache-prefix }}v0
438
439
- name: Build benchmarks
0 commit comments