aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/rust.yml
diff options
context:
space:
mode:
authorMichelle Tilley <michelle@michelletilley.net>2025-05-14 20:28:05 -0700
committerGitHub <noreply@github.com>2025-05-14 20:28:05 -0700
commit46efc937c64fcc72eb7ffd5411124fb5254d1457 (patch)
treed7adb824f509d614039d8e1ed5ee2bf076c9e963 /.github/workflows/rust.yml
parentchore: Allow setting script DB path (#2750) (diff)
downloadatuin-46efc937c64fcc72eb7ffd5411124fb5254d1457.zip
chore(ci): Install toolchain that matches rust-toolchain.toml (#2759)
Diffstat (limited to '.github/workflows/rust.yml')
-rw-r--r--.github/workflows/rust.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 510fd60a..51b1d008 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -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