mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 17:58:06 +00:00
maint/CICD ~ fix MinSRV testing (use correct toolchain)
This commit is contained in:
parent
b57ee7e131
commit
69408fc8cc
1 changed files with 1 additions and 0 deletions
1
.github/workflows/CICD.yml
vendored
1
.github/workflows/CICD.yml
vendored
|
@ -72,6 +72,7 @@ jobs:
|
|||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: ${{ env.RUST_MIN_SRV }}
|
||||
default: true
|
||||
profile: minimal # minimal component installation (ie, no documentation)
|
||||
- name: Test
|
||||
uses: actions-rs/cargo@v1
|
||||
|
|
Loading…
Reference in a new issue