Merge pull request #1113 from topos-protocol/ci

Fix nightly version in CI to 2023-06-30
This commit is contained in:
Nicholas Ward 2023-07-06 09:13:22 -07:00 committed by GitHub
commit 3870524ad1
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-2023-06-30
override: true
- name: rust-cache
@ -62,7 +62,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2023-06-30
override: true
components: rustfmt, clippy