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 2299dd8 commit bddd4d1Copy full SHA for bddd4d1
src/ci/scripts/install-mingw.sh
@@ -66,5 +66,5 @@ if isWindows && isKnownToBeMingwBuild; then
66
;;
67
esac
68
69
- ciCommandAddPath "$(pwd)/${mingw_dir}/bin)"
+ ciCommandAddPath "$(cygpath -m "$(pwd)/${mingw_dir}/bin")"
70
fi
0 commit comments