Skip to content

Commit 45c80fd

Browse files
committed
debug
1 parent 6a80512 commit 45c80fd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
MATRIX=$(
9595
{
9696
cibuildwheel --print-build-identifiers --platform linux \
97-
| grep -E 'manylinux_(x86_64|aarch64)' \
97+
| grep -E 'manylinux_(x86_64)' \
9898
| grep -E 'cp3(12|13)-' \
9999
| jq -nRc '{"only": inputs, "os": "ubuntu-latest"}' \
100100
&& cibuildwheel --print-build-identifiers --platform macos \
@@ -132,6 +132,10 @@ jobs:
132132
uses: docker/setup-qemu-action@v3
133133
with:
134134
platforms: all
135+
- name: Install libgcrypt on macOS
136+
if: runner.os == 'macOS'
137+
run: |
138+
brew install libgcrypt
135139
136140
- name: Build wheels
137141
uses: pypa/cibuildwheel@v2.21.3

0 commit comments

Comments
 (0)