Skip to content

Commit 4d92153

Browse files
authored
Merge branch 'main' into input
2 parents 54d03a1 + 0e80341 commit 4d92153

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
- name: Build wheels
4949
uses: PyO3/maturin-action@v1
5050
with:
51+
docker-options: "-e PKG_CONFIG_PATH=/usr/lib/${{matrix.target}}-linux-gnu/pkgconfig:/usr/local/lib/pkgconfig"
5152
target: ${{ matrix.target }}
5253
args: --release --out dist --find-interpreter
5354
manylinux: 2_28

0 commit comments

Comments
 (0)