Merge pull request #829 from mir-protocol/ci_nightly_freeze

Set CI to use an older version of nightly
This commit is contained in:
BGluth 2022-11-28 18:07:27 -07:00 committed by GitHub
commit 5ee283b267
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2022-11-23
override: true
- name: rust-cache
@ -60,7 +60,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2022-11-23
override: true
components: rustfmt, clippy