chore(ci): Install toolchain that matches rust-toolchain.toml (#2759)

This commit is contained in:
Michelle Tilley 2025-05-14 20:28:05 -07:00 committed by GitHub
parent c93991b5d0
commit 46efc937c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,11 +4,11 @@ on:
push:
branches: [main]
paths-ignore:
- 'ui/**'
- "ui/**"
pull_request:
branches: [main]
paths-ignore:
- 'ui/**'
- "ui/**"
env:
CARGO_TERM_COLOR: always
@ -26,7 +26,7 @@ jobs:
- name: Install rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
toolchain: 1.86
- uses: actions/cache@v4
with:
@ -97,7 +97,7 @@ jobs:
- name: Install rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
toolchain: 1.86
- uses: taiki-e/install-action@v2
name: Install nextest
@ -127,7 +127,7 @@ jobs:
- name: Install rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
toolchain: 1.86
- uses: actions/cache@v4
with:
@ -171,7 +171,7 @@ jobs:
- name: Install rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
toolchain: 1.86
- uses: taiki-e/install-action@v2
name: Install nextest
@ -200,7 +200,7 @@ jobs:
- name: Install latest rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
toolchain: 1.86
components: clippy
- uses: actions/cache@v4
@ -223,7 +223,7 @@ jobs:
- name: Install latest rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
toolchain: 1.86
components: rustfmt
- name: Format