Skip to content

Commit dfda61e

Browse files
committed
action: use forward slashes on windows path
That is apparently the correct-er way of doing it. Signed-off-by: Fabio Baltieri <[email protected]>
1 parent 6a74437 commit dfda61e

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
@@ -130,7 +130,7 @@ runs:
130130
setup_file="./setup.sh"
131131
setup_opt="-"
132132
elif [ "${{ runner.os }}" = "Windows" ]; then
133-
pip_cache_path="~\AppData\Local\pip\Cache"
133+
pip_cache_path="~/AppData/Local/pip/Cache"
134134
sdk_ext="7z"
135135
setup_file="./setup.cmd"
136136
setup_opt="//"

0 commit comments

Comments
 (0)