mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 18:06:18 +04:00
CI: Match rust-toolchain action to MSRV version
This commit is contained in:
parent
f07c1cc9f5
commit
fbe216e11c
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
@ -17,8 +17,8 @@ jobs:
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install stable toolchain
|
||||
uses: dtolnay/rust-toolchain@1.70
|
||||
- name: Install MSRV toolchain
|
||||
uses: dtolnay/rust-toolchain@1.76
|
||||
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
with:
|
||||
@ -38,8 +38,8 @@ jobs:
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install stable toolchain
|
||||
uses: dtolnay/rust-toolchain@1.70
|
||||
- name: Install MSRV toolchain
|
||||
uses: dtolnay/rust-toolchain@1.76
|
||||
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
with:
|
||||
@ -70,8 +70,8 @@ jobs:
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install stable toolchain
|
||||
uses: dtolnay/rust-toolchain@1.70
|
||||
- name: Install MSRV toolchain
|
||||
uses: dtolnay/rust-toolchain@1.76
|
||||
with:
|
||||
components: rustfmt, clippy
|
||||
|
||||
@ -98,8 +98,8 @@ jobs:
|
||||
- name: Checkout sources
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install stable toolchain
|
||||
uses: dtolnay/rust-toolchain@1.70
|
||||
- name: Install MSRV toolchain
|
||||
uses: dtolnay/rust-toolchain@1.76
|
||||
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user