Skip to content

Commit

Permalink
Update toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Riey committed Nov 9, 2022
1 parent 2c33e9e commit 00e8c1a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Cargo Target Cache
uses: actions/cache@v3
with:
Expand All @@ -66,6 +69,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Cargo Target Cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 00e8c1a

Please sign in to comment.