Skip to content

Commit c8155ee

Browse files
committed
.
1 parent 52e9dc3 commit c8155ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ci/scripts/install-msys2.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ if isWindows; then
2323
# cp "${python_home}/python.exe" "${python_home}/python3.exe"
2424
# fi
2525
# ciCommandAddPath "C:\\hostedtoolcache\\windows\\Python\\${native_python_version}\\x64"
26-
# ciCommandAddPath "C:\\hostedtoolcache\\windows\\Python\\${native_python_version}\\x64\\Scripts"
26+
# ciCommandAddPath "C:\\hostedtoolcache\\windows\\Python\\${native_python_version}
27+
# \\x64\\Scripts"
2728

2829
# Install pacboy for easily installing packages
2930
pacman -S --noconfirm pactoys

0 commit comments

Comments
 (0)