Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Added libzip to MacOS install due to failure on GitHub runner
Browse files Browse the repository at this point in the history
  • Loading branch information
MintoDA1 authored and MintoDA1 committed Sep 7, 2023
1 parent 1ae6431 commit c3378eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ RANLIB="/usr/bin/ranlib"

[tool.cibuildwheel.macos]
before-all = [
"brew install coreutils",
"brew install coreutils libzip",
"LIBS=\"\" buildscripts/build_dependencies.sh -p ${PREFIX} -d ${TMPDIR}/swiftest.build -m ${MACOSX_DEPLOYMENT_TARGET}"
]

Expand Down

0 comments on commit c3378eb

Please sign in to comment.