Skip to content

Commit fe7571f

Browse files
committed
add correct package path for linux x86_64 manylinux docker container
1 parent eb673d6 commit fe7571f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +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"
51+
docker-options: "-e PKG_CONFIG_PATH=/usr/lib64/pkgconfig:/usr/lib/${{matrix.target}}-linux-gnu/pkgconfig:/usr/local/lib/pkgconfig"
5252
target: ${{ matrix.target }}
5353
args: --release --out dist --find-interpreter
5454
manylinux: 2_28

0 commit comments

Comments
 (0)