Explorar o código

ci: install SDL when built as a subproject

Anonymous Maarten %!s(int64=3) %!d(string=hai) anos
pai
achega
832754b970
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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)