Skip to content

Commit

Permalink
Use Brew to install build
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbedrich authored Jul 4, 2024
1 parent 8ae75bd commit e9076be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ jobs:
# Some projects don't allow in-source building, so create a separate build directory
# We'll use this as our working directory for all subsequent commands
run: |
python3 -m pip install build
brew install python-build
cmake -E make_directory ${{github.workspace}}/build
cmake -E make_directory ${{github.workspace}}/build/dist
cmake -E make_directory ${{github.workspace}}/example/build_fp
Expand Down Expand Up @@ -392,4 +392,4 @@ jobs:
if: success()
with:
name: libbgcode-python-mac
path: ${{github.workspace}}/dist/
path: ${{github.workspace}}/dist/

0 comments on commit e9076be

Please sign in to comment.