mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-13 21:52:37 +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
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
toolchain: ${{ env.RUST_MIN_SRV }}
|
||||
override: true
|
||||
profile: minimal # minimal component installation (ie, no documentation)
|
||||
components: rustfmt, clippy
|
||||
|
|
Loading…
Reference in a new issue