Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
szhorvat committed Nov 18, 2024
1 parent fc1809a commit b97f1b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
CTEST_OUTPUT_ON_FAILURE: 1
run: |
cd build
ctest --output-junit report.xml -VV --debug
ctest -C ${{ matrix.config.build_type }} --output-junit report.xml
- name: Archive unit test results
uses: actions/upload-artifact@v4
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.18)
cmake_policy(VERSION 3.18)
cmake_minimum_required(VERSION 3.10)
cmake_policy(VERSION 3.10)

if(POLICY CMP0078)
cmake_policy(SET CMP0078 NEW) # UseSWIG: do not use legacy target names
Expand Down

0 comments on commit b97f1b8

Please sign in to comment.