Skip to content

Commit

Permalink
chore: set last nightly toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
gabotechs committed Oct 12, 2023
1 parent 9c81b2a commit 178fac9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-10-09 # Fixed so that it can be cached
toolchain: nightly-2023-10-11 # Fixed so that it can be cached
profile: minimal
components: clippy
override: true
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-10-09 # Fixed so that it can be cached
toolchain: nightly-2023-10-11 # Fixed so that it can be cached
override: true
components: llvm-tools-preview

Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2022-10-09 # Fixed so that it can be cached
toolchain: nightly-2023-10-11 # Fixed so that it can be cached
profile: minimal

- name: Cache
Expand Down

0 comments on commit 178fac9

Please sign in to comment.