Skip to content

Commit 05aa48c

Browse files
committed
debug
1 parent 45c80fd commit 05aa48c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,11 @@ jobs:
132132
uses: docker/setup-qemu-action@v3
133133
with:
134134
platforms: all
135-
- name: Install libgcrypt on macOS
135+
- name: Set Homebrew paths for macOS
136136
if: runner.os == 'macOS'
137137
run: |
138-
brew install libgcrypt
138+
echo "CPPFLAGS=-I/opt/homebrew/include" >> $GITHUB_ENV
139+
echo "LDFLAGS=-L/opt/homebrew/lib" >> $GITHUB_ENV
139140
140141
- name: Build wheels
141142
uses: pypa/cibuildwheel@v2.21.3

0 commit comments

Comments
 (0)