File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments