Skip to content

Commit

Permalink
CI: Update setup-msys2 to version 2.24.1
Browse files Browse the repository at this point in the history
See RM #770

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
  • Loading branch information
cazfi committed Aug 4, 2024
1 parent 0f9d3d7 commit fc04a97
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
# A mapping from msys2/setup-msys2 version to msys2 version can be
# found at
# https://github.com/msys2/setup-msys2/blob/main/CHANGELOG.md
# 2.23.0 provides msys2 snapshot 20240507
uses: msys2/setup-msys2@v2.23.0
# 2.24.1 provides msys2 snapshot 20240727
uses: msys2/setup-msys2@v2.24.1
with:
msystem: UCRT64
install: >
Expand Down
2 changes: 1 addition & 1 deletion windows/installer_msys2/Makefile.autotools
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ INSTSUB=${ARCHDIR}
DLLPATH_PREFIX=/$(ARCHDIR)/bin/

ifeq ($(CI),yes)
ICUVER=74
ICUVER=75
else
ICUVER=74
endif
Expand Down
2 changes: 1 addition & 1 deletion windows/installer_msys2/Makefile.meson
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ CRYPTOVERSUF=3${CRYPTOLIB_SUFFIX}
DLLPATH_PREFIX=/$(ARCHDIR)/bin/

ifeq ($(CI),yes)
ICUVER=74
ICUVER=75
else
ICUVER=74
endif
Expand Down

0 comments on commit fc04a97

Please sign in to comment.