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 52a50d7 commit 6857c0eCopy full SHA for 6857c0e
.github/workflows/pr.yml
@@ -115,7 +115,7 @@ jobs:
115
run: rustup update stable --no-self-update && rustup default stable
116
shell: bash
117
- name: Install nextest
118
- run: curl -LsSf https://get.nexte.st/latest/windows-tar | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin
+ run: curl -LsSf https://get.nexte.st/latest/windows-tar | tar zxf - -C "$CARGO_HOME"/bin
119
120
- name: Add windows target
121
run: rustup target add x86_64-pc-windows-gnu
0 commit comments