Skip to content

Commit

Permalink
Try downloading the icudata file itself, and unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
HinTak committed Sep 24, 2024
1 parent ddd986b commit b628f54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ jobs:
- run: python -m pip install --pre skia-python
- run: python -c 'import sys; print(sys.path)'
- run: python -c 'import site; print(site.getsitepackages())'
- run: python -c 'r = requests.get("https://github.com/unicode-org/icu/releases/download/release-75-1/icu4c-75_1-data-bin-l.zip", allow_redirects=True); open("icudatal.zip", "wb").write(r.content)'
- run: unzip icudatal.zip
- run: python -c 'import shutil, site; shutil.copy2("icudtl.dat", site.getsitepackages()[0])'
- run: python skparagraph-example.py

0 comments on commit b628f54

Please sign in to comment.