Skip to content

Commit 66e0289

Browse files
try without 2nd env
1 parent 063cee6 commit 66e0289

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-binary.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ jobs:
7878
pip install -r requirements.d/development.txt
7979
8080
- 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 }}"
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 }}"
8484
run: |
8585
pip install -ve .
8686

0 commit comments

Comments
 (0)