Skip to content

Commit

Permalink
Update cmake-build-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilDohne authored Feb 10, 2024
1 parent af0edf6 commit 4fb0698
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/cmake-build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4fb0698

Please sign in to comment.