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 b3ae350 commit 165d027Copy full SHA for 165d027
src/ci/scripts/install-mingw.sh
@@ -9,10 +9,11 @@ source "$(cd "$(dirname "$0")" && pwd)/../shared.sh"
9
MINGW_ARCHIVE_32="i686-14.1.0-release-posix-dwarf-msvcrt-rt_v12-rev0.7z"
10
MINGW_ARCHIVE_64="x86_64-14.1.0-release-posix-seh-msvcrt-rt_v12-rev0.7z"
11
12
-echo "running install-mingw.sh"
13
-
14
if isWindows && isKnownToBeMingwBuild; then
15
- echo "I am mingw on Windows"
+ msys2Path="c:/msys64"
+ mkdir -p "${msys2Path}/home/${USERNAME}"
+ ciCommandAddPath "${msys2Path}/usr/bin"
16
+
17
case "${CI_JOB_NAME}" in
18
*i686*)
19
bits=32
0 commit comments