Skip to content

Commit bdbe95e

Browse files
committed
comment
1 parent b3b0709 commit bdbe95e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- run: python -m pip install --pre skia-python
1818
- run: python -c 'import sys; print(sys.path)'
1919
- run: python -c 'import site; print(site.getsitepackages())'
20+
# download, unpack and copy with renaming "icudtl.dat" to the right place
2021
- run: python -c 'import urllib.request; urllib.request.urlretrieve("https://github.com/unicode-org/icu/releases/download/release-75-1/icu4c-75_1-data-bin-l.zip", "icudatal.zip")'
2122
- run: unzip icudatal.zip
2223
- run: python -c 'import os, shutil, site; shutil.copy2("icudt75l.dat", os.path.join(site.getsitepackages()[0], "icudtl.dat"))'

0 commit comments

Comments
 (0)