Skip to content

Commit a6fd212

Browse files
committed
CI/tests: load versions and use env var
1 parent 0255d93 commit a6fd212

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,9 @@ jobs:
419419
- name: Git checkout
420420
uses: actions/checkout@v5
421421

422+
- name: Load versions
423+
uses: ./.github/actions/load-versions
424+
422425
- name: Setup build dependencies
423426
uses: ./.github/actions/setup-build-deps
424427

@@ -430,7 +433,7 @@ jobs:
430433
- name: Setup Rust
431434
uses: ./.github/actions/setup-rust
432435
with:
433-
toolchain: 1.84
436+
toolchain: ${{ env.RUST_STABLE_VERSION }}
434437
cache-prefix: build-${{ inputs.os }}-${{ inputs.cache-prefix }}v0
435438

436439
- name: Build benchmarks

0 commit comments

Comments
 (0)