add nanosvg package (#50)

This commit is contained in:
Adeeb Shihadeh
2026-03-13 13:40:12 -07:00
committed by GitHub
parent 950d288e77
commit 8d9b59b9d0
6 changed files with 112 additions and 0 deletions

View File

@@ -34,6 +34,9 @@ fi
if [[ -n "${BUILD_SH_IN_MANYLINUX:-}" ]]; then
export PATH="/opt/python/cp312-cp312/bin:$PATH"
# cached *-src repos may be owned by the host runner user; tell git to trust them
git config --global --add safe.directory '*'
./setup.sh
if [[ -z "${BUILD_SH_REUSE_MANYLINUX_ARTIFACTS:-}" ]]; then