1
1
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:
Grachev Mikhail 2022-03-29 14:44:45 +03:00 committed by GitHub
parent cddb4d49fb
commit 312b654b07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -1,2 +1,2 @@
[toolchain]
channel = "nightly-2022-03-22"
channel = "nightly"