Skip to content

Commit

Permalink
Use default clang++
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries committed Aug 14, 2024
1 parent b80e7e4 commit 97a9943
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@ jobs:
- run: cmake -E make_directory build

- working-directory: build/
run: |
which clang
which llvm
cmake $GITHUB_WORKSPACE -GNinja -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
run: cmake $GITHUB_WORKSPACE -GNinja -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=${{ matrix.build_type }}

- working-directory: build/
run: cmake --build .
Expand Down

0 comments on commit 97a9943

Please sign in to comment.