We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94819c7 commit 88a8518Copy full SHA for 88a8518
.github/workflows/build.yml
@@ -75,6 +75,7 @@ jobs:
75
- name: Build raylib-python-cffi
76
env:
77
RAYLIB_PLATFORM: ${{ matrix.raylib-platform }}
78
+ PKG_CONFIG_PATH: /usr/local/lib/pkgconfig
79
run: |
80
python -m pip install --upgrade pip
81
pip3 install --upgrade "cffi>=1.17.1"
0 commit comments