mirror of
https://github.com/orhun/git-cliff.git
synced 2024-11-21 20:45:09 +03:00
chore(ci): return to nightly builds (#73)
Signed-off-by: Mikhail Grachev <work@mgrachev.com>
This commit is contained in:
parent
cddb4d49fb
commit
312b654b07
2
.github/actions/run-fixtures-test/action.yml
vendored
2
.github/actions/run-fixtures-test/action.yml
vendored
@ -17,7 +17,7 @@ runs:
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: nightly-2022-03-22
|
||||
toolchain: nightly
|
||||
override: true
|
||||
|
||||
- name: Install git-cliff
|
||||
|
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
profile: minimal
|
||||
toolchain: nightly-2022-03-22
|
||||
toolchain: nightly
|
||||
override: true
|
||||
- name: Checkout
|
||||
if: github.event_name != 'pull_request'
|
||||
@ -68,7 +68,7 @@ jobs:
|
||||
- name: Install toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly-2022-03-22
|
||||
toolchain: nightly
|
||||
profile: minimal
|
||||
components: clippy
|
||||
override: true
|
||||
@ -87,7 +87,7 @@ jobs:
|
||||
- name: Install toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly-2022-03-22
|
||||
toolchain: nightly
|
||||
profile: minimal
|
||||
components: rustfmt
|
||||
override: true
|
||||
|
@ -1,2 +1,2 @@
|
||||
[toolchain]
|
||||
channel = "nightly-2022-03-22"
|
||||
channel = "nightly"
|
||||
|
Loading…
Reference in New Issue
Block a user