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 b49fab2 commit 2846e63
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,9 @@ jobs:
sudo apt-get update
sudo apt-get install llvm lcov
- name: Install libc++
run: sudo apt-get install libc++-dev libc++abi-dev

- name: Configure CMake
working-directory: ${{github.workspace}}
run: cmake -Bbuild -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -Dfintamath_build_tests=ON -Dfintamath_enable_coverage=ON
run: cmake -Bbuild -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -stdlib=libc++ -Dfintamath_build_tests=ON -Dfintamath_enable_coverage=ON
env:
CC: clang
CXX: clang++
Expand Down

0 comments on commit 2846e63

Please sign in to comment.