mirror of
https://github.com/atuinsh/atuin.git
synced 2025-07-07 13:15:09 +00:00
chore(ci): Install toolchain that matches rust-toolchain.toml (#2759)
This commit is contained in:
parent
c93991b5d0
commit
46efc937c6
1 changed files with 8 additions and 8 deletions
16
.github/workflows/rust.yml
vendored
16
.github/workflows/rust.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue