File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,10 +83,10 @@ jobs:
8383 run : |
8484 mkdir -p external
8585 if [[ '${{ matrix.target.cpu }}' == 'amd64' ]]; then
86- MINGW_URL="https://sourceforge.net/projects/mingw-w64/files/Toolchains targetting Win64 /Personal Builds /mingw-builds/8.1.0/threads-posix/seh/x86_64-8.1.0-release-posix-seh-rt_v6-rev0.7z"
86+ MINGW_URL="https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64 /Personal%20Builds /mingw-builds/8.1.0/threads-posix/seh/x86_64-8.1.0-release-posix-seh-rt_v6-rev0.7z"
8787 ARCH=64
8888 else
89- MINGW_URL="https://sourceforge.net/projects/mingw-w64/files/Toolchains targetting Win32 /Personal Builds /mingw-builds/8.1.0/threads-posix/dwarf/i686-8.1.0-release-posix-dwarf-rt_v6-rev0.7z"
89+ MINGW_URL="https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win32 /Personal%20Builds /mingw-builds/8.1.0/threads-posix/dwarf/i686-8.1.0-release-posix-dwarf-rt_v6-rev0.7z"
9090 ARCH=32
9191 fi
9292 curl -L "$MINGW_URL" -o "external/mingw-${{ matrix.target.cpu }}.7z"
You can’t perform that action at this time.
0 commit comments