Skip to content

Commit b9b1ccf

Browse files
Update build.yml
1 parent 88a8518 commit b9b1ccf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Build raylib-python-cffi
7676
env:
7777
RAYLIB_PLATFORM: ${{ matrix.raylib-platform }}
78-
PKG_CONFIG_PATH: /usr/local/lib/pkgconfig
78+
7979
run: |
8080
python -m pip install --upgrade pip
8181
pip3 install --upgrade "cffi>=1.17.1"
@@ -149,6 +149,7 @@ jobs:
149149
- name: Build raylib-python-cffi
150150
env:
151151
RAYLIB_PLATFORM: ${{ matrix.raylib-platform }}
152+
PKG_CONFIG_PATH: /usr/local/lib/pkgconfig
152153
run: |
153154
${{ matrix.python-version }} -m pip install --upgrade pip
154155
${{ matrix.python-version }} -m pip install --upgrade "cffi>=1.17.1"

0 commit comments

Comments
 (0)