ci: Pin nightly toolchain
This commit is contained in:
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
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install rust nightly toolchain
|
- 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
|
- uses: Swatinem/rust-cache@v2
|
||||||
|
|
||||||
@ -182,8 +184,9 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install rust nightly toolchain
|
- name: Install rust nightly toolchain
|
||||||
uses: dtolnay/rust-toolchain@nightly
|
uses: dtolnay/rust-toolchain@master
|
||||||
with:
|
with:
|
||||||
|
toolchain: nightly-2023-07-03
|
||||||
components: ${{ matrix.components }}
|
components: ${{ matrix.components }}
|
||||||
|
|
||||||
- uses: Swatinem/rust-cache@v2
|
- uses: Swatinem/rust-cache@v2
|
||||||
@ -207,7 +210,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Install nightly rust toolchain
|
- name: Install nightly rust toolchain
|
||||||
# Nightly needed for use of unstable options
|
# 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
|
- uses: Swatinem/rust-cache@v2
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ mod spec_links;
|
|||||||
use spec_links::check_spec_links;
|
use spec_links::check_spec_links;
|
||||||
|
|
||||||
const MSRV: &str = "1.64";
|
const MSRV: &str = "1.64";
|
||||||
const NIGHTLY: &str = "nightly";
|
const NIGHTLY: &str = "nightly-2023-07-03";
|
||||||
|
|
||||||
#[derive(Args)]
|
#[derive(Args)]
|
||||||
pub struct CiArgs {
|
pub struct CiArgs {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user