From ff292d3e161d0ea9d2ded0a545ded93210abecad Mon Sep 17 00:00:00 2001 From: Julian Nguyen <109386615+juliannguyen4@users.noreply.github.com> Date: Mon, 9 Dec 2024 11:28:07 -0800 Subject: [PATCH] try --- .github/workflows/build-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 8f6ab0c2e..1ed7ecba6 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -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 LIBRARY_PATH=$(brew --prefix openssl@${{ env.MACOS_OPENSSL_VERSION }}):$LIBRARY_PATH >> $GITHUB_ENV + run: echo CFLAGS="-L$(brew --prefix openssl@${{ env.MACOS_OPENSSL_VERSION }}) $CFLAGS" >> $GITHUB_ENV - name: Build wheel uses: pypa/cibuildwheel@v2.21.3