ci: Pin nightly toolchain
This commit is contained in:
committed by
Kévin Commaille
parent
e751c1b2ac
commit
8a342affca
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@@ -41,7 +41,9 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install rust nightly toolchain
|
||||
uses: dtolnay/rust-toolchain@nightly
|
||||
uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: nightly-2023-07-03
|
||||
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
|
||||
@@ -182,8 +184,9 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install rust nightly toolchain
|
||||
uses: dtolnay/rust-toolchain@nightly
|
||||
uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: nightly-2023-07-03
|
||||
components: ${{ matrix.components }}
|
||||
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
@@ -207,7 +210,9 @@ jobs:
|
||||
|
||||
- name: Install nightly rust toolchain
|
||||
# Nightly needed for use of unstable options
|
||||
uses: dtolnay/rust-toolchain@nightly
|
||||
uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: nightly-2023-07-03
|
||||
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user