mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 04:27:45 +00:00
maint/CICD ~ re-label bash script steps for easier review
This commit is contained in:
parent
6f5f3736ce
commit
f4086f237f
3 changed files with 40 additions and 6 deletions
2
.github/workflows/FixPR.yml
vendored
2
.github/workflows/FixPR.yml
vendored
|
@ -38,6 +38,7 @@ jobs:
|
|||
outputs RUST_MIN_SRV
|
||||
- name: Install `rust` toolchain (v${{ steps.vars.outputs.RUST_MIN_SRV }})
|
||||
run: |
|
||||
## Install `rust` toolchain (v${{ steps.vars.outputs.RUST_MIN_SRV }})
|
||||
rustup toolchain install ${{ steps.vars.outputs.RUST_MIN_SRV }} --profile minimal
|
||||
rustup default ${{ steps.vars.outputs.RUST_MIN_SRV }}
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
|
@ -102,6 +103,7 @@ jobs:
|
|||
outputs CARGO_FEATURES_OPTION
|
||||
- name: Install `rust` toolchain
|
||||
run: |
|
||||
## Install `rust` toolchain
|
||||
rm -f "${HOME}/.cargo/bin/"{rustfmt,cargo-fmt}
|
||||
rustup toolchain install stable -c rustfmt --profile minimal
|
||||
rustup default stable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue