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