Skip to content

Commit

Permalink
Prevent multibuild from attempting to install cmake through brew
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Nov 22, 2024
1 parent 1e2c080 commit f10a348
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wheels-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ if [[ -n "$IS_MACOS" ]]; then
build_pkg_config
# Ensure cmake is available
python3 -m pip install cmake
touch cmake-stamp
fi

wrap_wheel_builder build
Expand Down

0 comments on commit f10a348

Please sign in to comment.