Skip to content

Commit f7003ee

Browse files
authored
Merge pull request #28 from silwol/master-home-notilde
Add to GITHUB_PATH with $HOME instead of ~
2 parents 415f4ee + 1f48433 commit f7003ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runs:
4242
: install rustup if needed
4343
if ! command -v rustup &> /dev/null ; then
4444
curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain none -y
45-
echo "${CARGO_HOME:-~/.cargo}/bin" >> $GITHUB_PATH
45+
echo "${CARGO_HOME:-$HOME/.cargo}/bin" >> $GITHUB_PATH
4646
fi
4747
if: runner.os != 'Windows'
4848
shell: bash

0 commit comments

Comments
 (0)