rust version reverted to 1.52.1 (#454)
This commit is contained in:
committed by
GitHub
parent
5920f232d0
commit
e6f3794dd4
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
@@ -15,10 +15,10 @@ jobs:
|
||||
uses: actions/checkout@main
|
||||
with:
|
||||
submodules: true
|
||||
- name: Install stable toolchain
|
||||
- name: Install 1.52.1 toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
toolchain: 1.52.1
|
||||
profile: minimal
|
||||
override: true
|
||||
- name: Run cargo check 1/3
|
||||
|
||||
Reference in New Issue
Block a user