Skip to content

Commit

Permalink
Try fixing macOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
segevfiner committed Oct 10, 2023
1 parent 07c538c commit c174149
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: |
echo "CPPFLAGS=-I/usr/local/opt/openssl@1.1/include" >> $GITHUB_ENV
echo "LDFLAGS=-L/usr/local/opt/openssl@1.1/lib" >> $GITHUB_ENV
echo "CPPFLAGS=-I/usr/local/opt/openssl@3/include" >> $GITHUB_ENV
echo "LDFLAGS=-L/usr/local/opt/openssl@3/lib" >> $GITHUB_ENV
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
Expand Down

0 comments on commit c174149

Please sign in to comment.