Skip to content

Commit 74f7b2c

Browse files
committed
Rolled back to older nightly due to the issue rust-lang/rust#95267
1 parent beb25d0 commit 74f7b2c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: actions-rs/toolchain@v1
1212
with:
13-
toolchain: nightly
13+
toolchain: nightly-2022-03-23
1414
override: true
1515
- uses: actions-rs/cargo@v1
1616
with:
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v2
2424
- uses: actions-rs/toolchain@v1
2525
with:
26-
toolchain: nightly
26+
toolchain: nightly-2022-03-23
2727
override: true
2828
- uses: actions-rs/cargo@v1
2929
with:
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@v2
3636
- uses: actions-rs/toolchain@v1
3737
with:
38-
toolchain: nightly
38+
toolchain: nightly-2022-03-23
3939
override: true
4040
components: rustfmt
4141
- uses: actions-rs/cargo@v1
@@ -50,7 +50,7 @@ jobs:
5050
- uses: actions/checkout@v2
5151
- uses: actions-rs/toolchain@v1
5252
with:
53-
toolchain: nightly
53+
toolchain: nightly-2022-03-23
5454
override: true
5555
- uses: actions-rs/cargo@v1
5656
with:
@@ -63,7 +63,7 @@ jobs:
6363
- uses: actions/checkout@v2
6464
- uses: actions-rs/toolchain@v1
6565
with:
66-
toolchain: nightly
66+
toolchain: nightly-2022-03-23
6767
override: true
6868
components: clippy
6969
- uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)