Skip to content

Commit 60b21cb

Browse files
debug
1 parent d34694f commit 60b21cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,8 @@ jobs:
154154
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
155155
ls -l /usr/local/lib/pkgconfig
156156
pkg-config --libs raylib
157-
echo $PKG_CONFIG_PATH
158-
pkg-config --exists raylib
159157
echo $?
158+
echo $PKG_CONFIG_PATH
160159
${{ matrix.python-version }} -m pip install --upgrade pip
161160
${{ matrix.python-version }} -m pip install --upgrade "cffi>=1.17.1"
162161
${{ matrix.python-version }} -m pip install --upgrade wheel

0 commit comments

Comments
 (0)