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.
1 parent aea84e9 commit 7d2efc1Copy full SHA for 7d2efc1
action.yml
@@ -74,7 +74,7 @@ runs:
74
run: |
75
if ! command -v rustup &> /dev/null ; then
76
curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --default-toolchain none -y
77
- echo "${CARGO_HOME:-~/.cargo}/bin" >> $GITHUB_PATH
+ echo "${CARGO_HOME:-$HOME/.cargo}/bin" >> $GITHUB_PATH
78
fi
79
if: runner.os != 'Windows'
80
shell: bash
0 commit comments