mirror of
https://github.com/orhun/git-cliff.git
synced 2024-11-22 08:14:00 +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
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: nightly-2022-03-22
|
toolchain: nightly
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
- name: Install git-cliff
|
- 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
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
profile: minimal
|
profile: minimal
|
||||||
toolchain: nightly-2022-03-22
|
toolchain: nightly
|
||||||
override: true
|
override: true
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
@ -68,7 +68,7 @@ jobs:
|
|||||||
- name: Install toolchain
|
- name: Install toolchain
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: nightly-2022-03-22
|
toolchain: nightly
|
||||||
profile: minimal
|
profile: minimal
|
||||||
components: clippy
|
components: clippy
|
||||||
override: true
|
override: true
|
||||||
@ -87,7 +87,7 @@ jobs:
|
|||||||
- name: Install toolchain
|
- name: Install toolchain
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: nightly-2022-03-22
|
toolchain: nightly
|
||||||
profile: minimal
|
profile: minimal
|
||||||
components: rustfmt
|
components: rustfmt
|
||||||
override: true
|
override: true
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "nightly-2022-03-22"
|
channel = "nightly"
|
||||||
|
Loading…
Reference in New Issue
Block a user