Skip to content

Commit

Permalink
Update clang++ path
Browse files Browse the repository at this point in the history
  • Loading branch information
lee30sonia authored Jul 8, 2022
1 parent b4566c6 commit bc24b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
mkdir build
cd build
cmake -DCMAKE_CXX_COMPILER=/usr/local/opt/llvm/bin/clang++ -DMOCKTURTLE_TEST=ON ..
cmake -DCMAKE_CXX_COMPILER=/usr/bin/clang++ -DMOCKTURTLE_TEST=ON ..
make run_tests
- name: Run tests
run: |
Expand Down

0 comments on commit bc24b33

Please sign in to comment.