We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 063cee6 commit 66e0289Copy full SHA for 66e0289
.github/workflows/build-binary.yml
@@ -78,9 +78,9 @@ jobs:
78
pip install -r requirements.d/development.txt
79
80
- name: Build Borg to compile extensions
81
- env:
82
- # Set both paths again to be sure nothing overrides them
83
- PKG_CONFIG_PATH: "/opt/homebrew/opt/openssl@3.0/lib/pkgconfig:/usr/local/opt/openssl@3.0/lib/pkgconfig:${{ env.PKG_CONFIG_PATH }}"
+ #env:
+ # # Set both paths again to be sure nothing overrides them
+ # PKG_CONFIG_PATH: "/opt/homebrew/opt/openssl@3.0/lib/pkgconfig:/usr/local/opt/openssl@3.0/lib/pkgconfig:${{ env.PKG_CONFIG_PATH }}"
84
run: |
85
pip install -ve .
86
0 commit comments