Add description for CARGO_HOME step

This commit is contained in:
David Tolnay 2024-05-01 09:09:04 -07:00
parent e4e1c59547
commit 22eb75fbe0
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
1 changed files with 3 additions and 1 deletions

View File

@ -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}}