We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4b2076 commit 322061aCopy full SHA for 322061a
.github/workflows/python-package.yml
@@ -268,7 +268,8 @@ jobs:
268
git clone --depth 1 --branch release-3.2.10 https://github.com/libsdl-org/SDL.git sdl_repo &&
269
cmake -S sdl_repo -B sdl_build &&
270
cmake --build sdl_build --config Release &&
271
- cmake --install sdl_build --config Release --prefix /
+ cmake --install sdl_build --config Release --prefix /usr/local
272
+ PKG_CONFIG_PATH: "/usr/local/lib64/pkgconfig"
273
CIBW_BEFORE_TEST: pip install numpy
274
CIBW_TEST_COMMAND: python -c "import tcod.context"
275
# Skip test on emulated architectures
0 commit comments