Skip to content

Commit

Permalink
Update ICU to 74.2 for Windows (AppVeyor, GitHub Actions)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmisev committed Feb 17, 2024
1 parent a2c810d commit 0ceb10f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ environment:
CXX_STANDARD: 17

install:
- install-icu.bat C:\LIB 74 1
- install-icu.bat C:\LIB 74 2

before_build:
- init.bat
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: install ICU library
run: install-icu.bat C:\LIB 74 1
run: install-icu.bat C:\LIB 74 2
shell: cmd
- name: get dependencies
run: init.bat
Expand Down
2 changes: 1 addition & 1 deletion install-icu.bat
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if %VER_MAJOR% lss 59 (
set MSVC=MSVC2015
if %VER_MAJOR% geq 61 (set MSVC=MSVC2017)
if %VER_MAJOR% geq 68 (set MSVC=MSVC2019)
if %VER_MAJOR% geq 74 (set MSVC=MSVC2022)
if %VER_MAJOR% equ 74 if %VER_MINOR% equ 1 (set MSVC=MSVC2022)

mkdir %BASE_DIR%
curl -fsSL -o %BASE_DIR%\icu4c-bin.zip https://github.com/unicode-org/icu/releases/download/release-%VER_MAJOR%-%VER_MINOR%/icu4c-%VER_MAJOR%_%VER_MINOR%-Win64-%MSVC%.zip
Expand Down

0 comments on commit 0ceb10f

Please sign in to comment.