Skip to content

Commit

Permalink
Remove PYO3_CROSS_LIB_DIR env var
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Sep 2, 2021
1 parent d0d4bba commit 440c71a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
if: matrix.os == 'macos-latest'
shell: bash
run: |
echo "PYO3_CROSS_LIB_DIR=/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/lib" >> "${GITHUB_ENV}"
sudo xcode-select -s /Applications/Xcode_12.3.app
bindir="$(xcode-select --print-path)/Toolchains/XcodeDefault.xctoolchain/usr/bin"
echo "CC=${bindir}/clang" >> "${GITHUB_ENV}"
Expand Down

0 comments on commit 440c71a

Please sign in to comment.