mirror of
https://github.com/lsd-rs/lsd.git
synced 2026-04-12 06:27:33 +02:00
change toolchain of style job into RUST_MIN_SRV
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user