mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2025-12-27 01:54:01 -05:00
Add description for CARGO_HOME step
This commit is contained in:
@@ -68,7 +68,9 @@ runs:
|
||||
if: runner.os != 'Windows'
|
||||
shell: bash
|
||||
|
||||
- run: echo CARGO_HOME=${CARGO_HOME:-${{runner.os == 'Windows' && '$USERPROFILE' || '$HOME'}}/.cargo} >> $GITHUB_ENV
|
||||
- run: |
|
||||
: set $CARGO_HOME
|
||||
echo CARGO_HOME=${CARGO_HOME:-${{runner.os == 'Windows' && '$USERPROFILE' || '$HOME'}}/.cargo} >> $GITHUB_ENV
|
||||
shell: bash
|
||||
|
||||
- name: rustup toolchain install ${{steps.parse.outputs.toolchain}}
|
||||
|
||||
Reference in New Issue
Block a user