Skip to content

Commit 525516b

Browse files
authored
Merge pull request libgit2#5855 from libgit2/ethomson/ci
ci: use GitHub for storing mingw-w64 build dependency
2 parents c44f568 + 7ad81a4 commit 525516b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/setup-mingw.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ BUILD_TEMP=$(cygpath $BUILD_TEMP)
99

1010
case "$ARCH" in
1111
amd64)
12-
MINGW_URI="https://bintray.com/libgit2/build-dependencies/download_file?file_path=mingw-w64-x86_64-8.1.0-release-win32-seh-rt_v6-rev0.zip";;
12+
MINGW_URI="https://github.com/libgit2/ci-dependencies/releases/download/2021-05-04/mingw-x86_64-8.1.0-release-win32-sjlj-rt_v6-rev0.zip";;
1313
x86)
14-
MINGW_URI="https://bintray.com/libgit2/build-dependencies/download_file?file_path=mingw-w64-i686-8.1.0-release-win32-sjlj-rt_v6-rev0.zip";;
14+
MINGW_URI="https://github.com/libgit2/ci-dependencies/releases/download/2021-05-04/mingw-i686-8.1.0-release-win32-sjlj-rt_v6-rev0.zip";;
1515
esac
1616

1717
if [ -z "$MINGW_URI" ]; then

0 commit comments

Comments
 (0)