mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-14 06:02:36 +00:00
change toolchain of style job into RUST_MIN_SRV
This commit is contained in:
parent
fb931b5c9e
commit
e98af44b7d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/CICD.yml
vendored
2
.github/workflows/CICD.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
- name: Install `rust` toolchain
|
- name: Install `rust` toolchain
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: ${{ env.RUST_MIN_SRV }}
|
||||||
override: true
|
override: true
|
||||||
profile: minimal # minimal component installation (ie, no documentation)
|
profile: minimal # minimal component installation (ie, no documentation)
|
||||||
components: rustfmt, clippy
|
components: rustfmt, clippy
|
||||||
|
|
Loading…
Reference in a new issue