Skip to content

Commit

Permalink
ci: nightly version
Browse files Browse the repository at this point in the history
  • Loading branch information
KKould committed Nov 6, 2023
1 parent f7cf589 commit 52d81e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install latest nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2023-10-13
override: true
components: rustfmt, clippy

Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install latest nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2023-10-13
override: true
components: rustfmt, clippy

Expand All @@ -71,7 +71,7 @@ jobs:
- name: Install latest nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2023-10-13
override: true
components: rustfmt, clippy

Expand Down

0 comments on commit 52d81e1

Please sign in to comment.