Skip to content

Commit 74368b9

Browse files
Update build.yml
1 parent 550e90e commit 74368b9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,13 @@ jobs:
152152
PKG_CONFIG_PATH: /usr/local/lib/pkgconfig
153153
run: |
154154
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
155+
ls -l /usr/local/lib/pkgconfig
156+
pkg-config --libs raylib
155157
${{ matrix.python-version }} -m pip install --upgrade pip
156158
${{ matrix.python-version }} -m pip install --upgrade "cffi>=1.17.1"
157159
${{ matrix.python-version }} -m pip install --upgrade wheel
158160
${{ matrix.python-version }} -m pip install --upgrade setuptools
159-
${{ matrix.python-version }} setup.py bdist_wheel --plat-name manylinux2014_x86_64
161+
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ${{ matrix.python-version }} setup.py bdist_wheel --plat-name manylinux2014_x86_64
160162
- name: Test
161163
run: |
162164
${{ matrix.python-version }} -m pip install dist/*.whl

0 commit comments

Comments
 (0)