We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88a8518 commit b9b1ccfCopy full SHA for b9b1ccf
1 file changed
.github/workflows/build.yml
@@ -75,7 +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"
@@ -149,6 +149,7 @@ jobs:
149
150
151
152
+ PKG_CONFIG_PATH: /usr/local/lib/pkgconfig
153
154
${{ matrix.python-version }} -m pip install --upgrade pip
155
${{ matrix.python-version }} -m pip install --upgrade "cffi>=1.17.1"
0 commit comments