Skip to content

Commit

Permalink
Update cmake-compile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Loudbooks authored Oct 1, 2024
1 parent fb83d88 commit 56a59d7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cmake-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ jobs:
- name: Configure CMake (Windows)
if: matrix.os == 'windows-latest'
run: |
cmake -B ${{github.workspace}}/build \
-DCMAKE_BUILD_TYPE=${{matrix.build_type}} \
-DCMAKE_CXX_FLAGS_RELWITHDEBINFO="/Z7" \
-DCMAKE_C_FLAGS_RELWITHDEBINFO="/Z7"
cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DCMAKE_CXX_FLAGS_RELWITHDEBINFO="/Z7" -DCMAKE_C_FLAGS_RELWITHDEBINFO="/Z7"
- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{matrix.build_type}}
Expand Down

0 comments on commit 56a59d7

Please sign in to comment.