We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 415f4ee + 1f48433 commit f7003eeCopy full SHA for f7003ee
action.yml
@@ -42,7 +42,7 @@ runs:
42
: install rustup if needed
43
if ! command -v rustup &> /dev/null ; then
44
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
+ echo "${CARGO_HOME:-$HOME/.cargo}/bin" >> $GITHUB_PATH
46
fi
47
if: runner.os != 'Windows'
48
shell: bash
0 commit comments