Skip to content

Commit

Permalink
Fun...
Browse files Browse the repository at this point in the history
  • Loading branch information
segevfiner committed Oct 10, 2023
1 parent 4f11931 commit aeffa9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Set CPPFLAGS/LDFLAGS for OpenSSL on macOS
if: matrix.os == 'macos-latest'
run: |
brew install openssl@3
echo "CPPFLAGS=-I/usr/local/opt/openssl@3/include" >> $GITHUB_ENV
brew install openssl@3.0
echo "CPPFLAGS=-I/usr/local/opt/openssl@3.0/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 aeffa9d

Please sign in to comment.