Skip to content

Commit

Permalink
Merge pull request #2757 from MRtrix3/fixclangci
Browse files Browse the repository at this point in the history
Explicitly set compiler for CI clang build
  • Loading branch information
daljit46 authored Nov 30, 2023
2 parents 87f3b01 + 8c9a6a4 commit bafda91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
-D MRTRIX_BUILD_TESTS=ON
-D MRTRIX_STL_DEBUGGING=ON
-D MRTRIX_WARNINGS_AS_ERRORS=ON
-D CMAKE_C_COMPILER=clang
-D CMAKE_CXX_COMPILER=clang++
- name: build
run: cmake --build build
Expand Down

0 comments on commit bafda91

Please sign in to comment.