Skip to content

Commit

Permalink
config: ci rust toolchain -> nightly-2024-01-17 (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
KKould authored Mar 15, 2024
1 parent d92491b commit f8488f4
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-2024-01-17
override: true
components: rustfmt, clippy

Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Install latest nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2024-01-17
override: true
components: rustfmt, clippy

Expand All @@ -74,7 +74,7 @@ jobs:
- name: Install latest nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2024-01-17
override: true
components: rustfmt, clippy

Expand Down

0 comments on commit f8488f4

Please sign in to comment.