Skip to content

Commit 7820b2d

Browse files
committed
Set PKG_CONFIG_PATH for linux release
1 parent 5961bec commit 7820b2d

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
@@ -47,6 +47,7 @@ jobs:
4747
uses: docker/setup-qemu-action@v3
4848
- name: Build wheels
4949
uses: PyO3/maturin-action@v1
50+
docker-options: "-e PKG_CONFIG_PATH=/usr/lib/${{matrix.target}}-linux-gnu/pkgconfig:/usr/local/lib/pkgconfig"
5051
with:
5152
target: ${{ matrix.target }}
5253
args: --release --out dist --find-interpreter

0 commit comments

Comments
 (0)