Skip to content

Commit

Permalink
Try to fix CI due to newer macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
segevfiner authored Jun 4, 2024
1 parent dac75f9 commit bee2c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if: matrix.os == 'macos-latest'
run: |
brew install [email protected]
echo "CPPFLAGS=-I/usr/local/opt/[email protected]/include" >> $GITHUB_ENV
echo "CPPFLAGS=-I/opt/homebrew/opt/[email protected]/include" >> $GITHUB_ENV
echo "LDFLAGS=-L/Library/Frameworks/Python.framework/Versions/3.12/lib" >> $GITHUB_ENV
- name: Install dependencies
run: |
Expand Down

0 comments on commit bee2c42

Please sign in to comment.