]> O.S.I.I.S - jp/vkvg.git/commitdiff
Update cmake.yml jpbruyere-patch-1 83/head
authorj-p <jp_bruyere@hotmail.com>
Fri, 18 Feb 2022 20:46:14 +0000 (21:46 +0100)
committerGitHub <noreply@github.com>
Fri, 18 Feb 2022 20:46:14 +0000 (21:46 +0100)
.github/workflows/cmake.yml

index 34221bbc771d2184a5c275b3c8167946afabdbf3..1b718ad07d7ebdd630f8a37fb2e8ff4579a3977f 100644 (file)
@@ -36,7 +36,7 @@ jobs:
         path: 'source'
         persist-credentials: false
     - run: md source\build
-    - run: cmake -G "Visual Studio 16 2019" -A ${{ matrix.arch }} .. -DVKVG_RECORDING=false -DCMAKE_SYSTEM_VERSION=10.0.18362.0 -DVKVG_SVG=false -DGIT_SUBMODULE=true
+    - run: cmake -G "Visual Studio 16 2019" -A ${{ matrix.arch }} .. -DVKVG_RECORDING=false -DVKVG_SVG=false -DGIT_SUBMODULE=true
       working-directory: source\build
     - run: cmake --build . --config ${{ matrix.build_config }}
       working-directory: source\build