ci: install SDL when built as a subproject

This commit is contained in:
Anonymous Maarten 2022-07-23 15:43:06 +02:00
parent 6fa7d62408
commit 832754b970
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ jobs:
run: cmake -S build -B build `
-DSDL_TESTS=ON `
-DSDL_INSTALL_TESTS=ON `
-DSDL2_DISABLE_INSTALL=OFF `
${{ matrix.platform.flags }} `
-DCMAKE_INSTALL_PREFIX=prefix
- name: Build (CMake)