Skip to content

Commit 0426b72

Browse files
committed
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! squash! fixup! Fix CI regressions
1 parent 09bfa9e commit 0426b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ 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 /usr/local
271+
cmake --install sdl_build --config Release --prefix /usr/local &&
272272
cp --verbose /usr/local/lib64/pkgconfig/sdl3.pc /lib64/pkgconfig/sdl3.pc
273273
PKG_CONFIG_PATH: "/usr/local/lib64/pkgconfig"
274274
CIBW_BEFORE_TEST: pip install numpy

0 commit comments

Comments
 (0)