Skip to content

Commit

Permalink
Add description for CARGO_HOME step
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 1, 2024
1 parent e4e1c59 commit 22eb75f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 22eb75f

Please sign in to comment.