Skip to content

Commit 6857c0e

Browse files
committed
action lint
Signed-off-by: Zahari Dichev <[email protected]>
1 parent 52a50d7 commit 6857c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
run: rustup update stable --no-self-update && rustup default stable
116116
shell: bash
117117
- name: Install nextest
118-
run: curl -LsSf https://get.nexte.st/latest/windows-tar | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin
118+
run: curl -LsSf https://get.nexte.st/latest/windows-tar | tar zxf - -C "$CARGO_HOME"/bin
119119
shell: bash
120120
- name: Add windows target
121121
run: rustup target add x86_64-pc-windows-gnu

0 commit comments

Comments
 (0)