Skip to content

Commit 322061a

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! squash! fixup! Fix CI regressions
1 parent f4b2076 commit 322061a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,8 @@ jobs:
268268
git clone --depth 1 --branch release-3.2.10 https://github.com/libsdl-org/SDL.git sdl_repo &&
269269
cmake -S sdl_repo -B sdl_build &&
270270
cmake --build sdl_build --config Release &&
271-
cmake --install sdl_build --config Release --prefix /
271+
cmake --install sdl_build --config Release --prefix /usr/local
272+
PKG_CONFIG_PATH: "/usr/local/lib64/pkgconfig"
272273
CIBW_BEFORE_TEST: pip install numpy
273274
CIBW_TEST_COMMAND: python -c "import tcod.context"
274275
# Skip test on emulated architectures

0 commit comments

Comments
 (0)