Browse Source

ci: install SDL when built as a subproject

Anonymous Maarten 2 years ago
parent
commit
832754b970
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/msvc.yml

+ 1 - 0
.github/workflows/msvc.yml

@@ -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)