From 4fb069801e6463c1086acf4c08d91405314d8240 Mon Sep 17 00:00:00 2001 From: EmilDohne <86836589+EmilDohne@users.noreply.github.com> Date: Sat, 10 Feb 2024 23:32:02 +0100 Subject: [PATCH] Update cmake-build-windows.yml --- .github/workflows/cmake-build-windows.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/cmake-build-windows.yml b/.github/workflows/cmake-build-windows.yml index 87ce6359..4bd8dfe1 100644 --- a/.github/workflows/cmake-build-windows.yml +++ b/.github/workflows/cmake-build-windows.yml @@ -33,11 +33,7 @@ jobs: run: | cmake -B ${{github.workspace}}/build \ - -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} \ - -DPSAPI_BUILD_TESTS=OFF \ - -DPSAPI_BUILD_EXAMPLES=OFF \ - -DPSAPI_BUILD_BENCHMARKS=OFF \ - -DPSAPI_BUILD_DOCS=OFF + -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} - name: Build # Build your program with the given configuration