We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d34694f commit 60b21cbCopy full SHA for 60b21cb
.github/workflows/build.yml
@@ -154,9 +154,8 @@ jobs:
154
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
155
ls -l /usr/local/lib/pkgconfig
156
pkg-config --libs raylib
157
- echo $PKG_CONFIG_PATH
158
- pkg-config --exists raylib
159
echo $?
+ echo $PKG_CONFIG_PATH
160
${{ matrix.python-version }} -m pip install --upgrade pip
161
${{ matrix.python-version }} -m pip install --upgrade "cffi>=1.17.1"
162
${{ matrix.python-version }} -m pip install --upgrade wheel
0 commit comments