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 ffb4688 commit 3d99d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type

run: |
cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DPSAPI_BUILD_DOCS=OFF -DPSAPI_BUILD_BENCHMARKS=OFF \
- name: Build
# Build your program with the given configuration
Expand Down

0 comments on commit 3d99d43

Please sign in to comment.