File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 99 - ' cl_version'
1010
1111env :
12- ICU4C_VERSION : " 77_1 "
13- ICU4C_VERREL : " 77 -1"
12+ ICU4C_VERSION : " 78.1 "
13+ ICU4C_VERREL : " 78 -1"
1414
1515jobs :
16- build_with_mingw-gcc14 :
16+ build_with_mingw-gcc15 :
1717 runs-on : windows-2022
1818 defaults :
1919 run :
@@ -44,10 +44,10 @@ jobs:
4444 perl --version
4545 mkdir deps
4646 cd deps && mkdir mingw64 && cd ..
47- curl -L https://github.com/unicode-org/icu/releases/download/release-${{ env.ICU4C_VERREL }}/icu4c-${{ env.ICU4C_VERSION }}-src .tgz -o icu4c-${{ env.ICU4C_VERSION }}.tgz
47+ curl -L https://github.com/unicode-org/icu/releases/download/release-${{ env.ICU4C_VERSION }}/icu4c-${{ env.ICU4C_VERSION }}-sources .tgz -o icu4c-${{ env.ICU4C_VERSION }}.tgz
4848 curl -L https://github.com/nonwill/mingw-distro/releases/download/mingw64-gcc15-crt_latest/mingw-w64+gcc-i686-all.7z -o mingw-w64_gcc-i686-all.7z
4949 curl -L https://github.com/nonwill/mingw-distro/releases/download/mingw64-gcc15-crt_latest/mingw-w64+gcc-x86_64-all.7z -o mingw-w64_gcc-x86_64-all.7z
50- dir
50+ ls -la
5151
5252 - name : MinGW Build icu4c-${{ env.ICU4C_VERSION }}
5353 run : |
@@ -132,7 +132,7 @@ jobs:
132132
133133 # Windows MSVC distribution release
134134 build_with_windows-msvc-2019 :
135- needs : build_with_mingw-gcc14
135+ needs : build_with_mingw-gcc15
136136 runs-on : windows-2022
137137 strategy :
138138 fail-fast : false
@@ -151,7 +151,7 @@ jobs:
151151 run : |
152152 mkdir deps
153153 cd deps && mkdir mingw64 && cd ..
154- curl -L https://github.com/unicode-org/icu/releases/download/release-${{ env.ICU4C_VERREL }}/icu4c-${{ env.ICU4C_VERSION }}-src .tgz -o icu4c-${{ env.ICU4C_VERSION }}.tgz
154+ curl -L https://github.com/unicode-org/icu/releases/download/release-${{ env.ICU4C_VERSION }}/icu4c-${{ env.ICU4C_VERSION }}-sources .tgz -o icu4c-${{ env.ICU4C_VERSION }}.tgz
155155 dir
156156 tar -xf icu4c-${{ env.ICU4C_VERSION }}.tgz
157157 dir
You can’t perform that action at this time.
0 commit comments