Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Dec 9, 2024
1 parent ff292d3 commit 3bfd072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ jobs:
- if: ${{ inputs.platform-tag == 'macosx_arm64' }}
name: Ensure that linker can find openssl
# On mac m1, openssl@3 installed via brew is not in the linker's default library path
run: echo CFLAGS="-L$(brew --prefix openssl@${{ env.MACOS_OPENSSL_VERSION }}) $CFLAGS" >> $GITHUB_ENV
run: echo CFLAGS="-L$(brew --prefix openssl@${{ env.MACOS_OPENSSL_VERSION }})/lib $CFLAGS" >> $GITHUB_ENV

- name: Build wheel
uses: pypa/cibuildwheel@v2.21.3
Expand Down

0 comments on commit 3bfd072

Please sign in to comment.