Feature #770 » 0007-CI-Update-setup-msys2-to-version-2.24.1.patch
| .github/workflows/ci.yml | ||
|---|---|---|
|
# 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: >
|
||
| windows/installer_msys2/Makefile.autotools | ||
|---|---|---|
|
DLLPATH_PREFIX=/$(ARCHDIR)/bin/
|
||
|
ifeq ($(CI),yes)
|
||
|
ICUVER=74
|
||
|
ICUVER=75
|
||
|
else
|
||
|
ICUVER=74
|
||
|
endif
|
||
| windows/installer_msys2/Makefile.meson | ||
|---|---|---|
|
DLLPATH_PREFIX=/$(ARCHDIR)/bin/
|
||
|
ifeq ($(CI),yes)
|
||
|
ICUVER=74
|
||
|
ICUVER=75
|
||
|
else
|
||
|
ICUVER=74
|
||
|
endif
|
||
- « Previous
- 1
- 2
- Next »