Skip to content

Commit 5288aa3

Browse files
committed
ci: use latest ci-dependencies release for mingw
1 parent ea4ce92 commit 5288aa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/setup-mingw-build.sh

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

1212
case "$ARCH" in
1313
amd64)
14-
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";;
14+
MINGW_URI="https://github.com/libgit2/ci-dependencies/releases/download/2023-01-23/mingw-x86_64-8.1.0-release-win32-sjlj-rt_v6-rev0.zip";;
1515
x86)
16-
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";;
16+
MINGW_URI="https://github.com/libgit2/ci-dependencies/releases/download/2023-01-23/mingw-i686-8.1.0-release-win32-sjlj-rt_v6-rev0.zip";;
1717
esac
1818

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

0 commit comments

Comments
 (0)