Skip to content

Commit 312b654

Browse files
authored
chore(ci): return to nightly builds (orhun#73)
Signed-off-by: Mikhail Grachev <work@mgrachev.com>
1 parent cddb4d4 commit 312b654

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/actions/run-fixtures-test/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs:
1717
uses: actions-rs/toolchain@v1
1818
with:
1919
profile: minimal
20-
toolchain: nightly-2022-03-22
20+
toolchain: nightly
2121
override: true
2222

2323
- name: Install git-cliff

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions-rs/toolchain@v1
3838
with:
3939
profile: minimal
40-
toolchain: nightly-2022-03-22
40+
toolchain: nightly
4141
override: true
4242
- name: Checkout
4343
if: github.event_name != 'pull_request'
@@ -68,7 +68,7 @@ jobs:
6868
- name: Install toolchain
6969
uses: actions-rs/toolchain@v1
7070
with:
71-
toolchain: nightly-2022-03-22
71+
toolchain: nightly
7272
profile: minimal
7373
components: clippy
7474
override: true
@@ -87,7 +87,7 @@ jobs:
8787
- name: Install toolchain
8888
uses: actions-rs/toolchain@v1
8989
with:
90-
toolchain: nightly-2022-03-22
90+
toolchain: nightly
9191
profile: minimal
9292
components: rustfmt
9393
override: true

rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "nightly-2022-03-22"
2+
channel = "nightly"

0 commit comments

Comments
 (0)