Skip to content

Commit

Permalink
WIP update windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YarikTH committed Sep 6, 2023
1 parent 6496ed4 commit f3c3640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ jobs:

- name: Build
working-directory: ${{ runner.workspace }}/build
run: cmake --build . --parallel 10 --config ${{ matrix.build_type }}
run: cmake --build . --parallel 10 --config Release

- name: Test
working-directory: ${{ runner.workspace }}/build
run: ctest -j 10 -C ${{ matrix.build_type }} --output-on-failure
run: ctest -j 10 -C Release --output-on-failure

clang-cl-10:
runs-on: windows-2019
Expand Down

0 comments on commit f3c3640

Please sign in to comment.