Skip to content

Commit

Permalink
download_libskia.py imports distutils, which now lives in setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Oct 18, 2024
1 parent c26fe80 commit cf18d8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
if [ "$BUILD_SKIA_FROM_SOURCE" == "0" ]; then
pip install githubrelease
pip install setuptools githubrelease
if ! [[ $CIBW_ARCHS =~ ^auto ]]; then
cpu_arch="--cpu-arch=$CIBW_ARCHS"
fi
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
if [ "$BUILD_SKIA_FROM_SOURCE" == "0" ]; then
pip install githubrelease
pip install setuptools githubrelease
python ci/download_libskia.py -d "${SKIA_LIBRARY_DIR}" --cpu-arch "arm64"
fi
- name: Install dependencies
Expand Down

0 comments on commit cf18d8d

Please sign in to comment.