Skip to content

Commit

Permalink
ci: return to nightly builds
Browse files Browse the repository at this point in the history
Signed-off-by: Mikhail Grachev <[email protected]>
  • Loading branch information
mgrachev committed Mar 29, 2022
1 parent cddb4d4 commit a1b977c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/actions/run-fixtures-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "nightly-2022-03-22"
channel = "nightly"

0 comments on commit a1b977c

Please sign in to comment.