Skip to content

Commit

Permalink
a#
Browse files Browse the repository at this point in the history
  • Loading branch information
fintarin committed Sep 22, 2023
1 parent 6cd900b commit 15e5503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
working-directory: ${{github.workspace}}
run: cmake -Bbuild -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_CXX_FLAGS="-stdlib=libc++" -Dfintamath_build_tests=ON -Dfintamath_enable_coverage=ON
env:
CC: clang
CXX: clang++
CC: clang-15
CXX: clang++-15

- name: Build
working-directory: ${{github.workspace}}
Expand Down

0 comments on commit 15e5503

Please sign in to comment.