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 c8155ee commit 11887c3Copy full SHA for 11887c3
src/ci/scripts/install-msys2.sh
@@ -23,8 +23,7 @@ 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}
27
- # \\x64\\Scripts"
+ # ciCommandAddPath "C:\\hostedtoolcache\\windows\\Python\\${native_python_version}\\x64\\Scripts"
28
29
# Install pacboy for easily installing packages
30
pacman -S --noconfirm pactoys
0 commit comments