From 46efc937c64fcc72eb7ffd5411124fb5254d1457 Mon Sep 17 00:00:00 2001 From: Michelle Tilley Date: Wed, 14 May 2025 20:28:05 -0700 Subject: chore(ci): Install toolchain that matches rust-toolchain.toml (#2759) --- .github/workflows/rust.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to '.github/workflows') 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 -- cgit v1.3.1