We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e9dc3 commit c8155eeCopy full SHA for c8155ee
src/ci/scripts/install-msys2.sh
@@ -23,7 +23,8 @@ if isWindows; then
23
# cp "${python_home}/python.exe" "${python_home}/python3.exe"
24
# fi
25
# ciCommandAddPath "C:\\hostedtoolcache\\windows\\Python\\${native_python_version}\\x64"
26
- # ciCommandAddPath "C:\\hostedtoolcache\\windows\\Python\\${native_python_version}\\x64\\Scripts"
+ # ciCommandAddPath "C:\\hostedtoolcache\\windows\\Python\\${native_python_version}
27
+ # \\x64\\Scripts"
28
29
# Install pacboy for easily installing packages
30
pacman -S --noconfirm pactoys
0 commit comments