Skip to content

Commit

Permalink
continuing MacOS CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
grasph committed May 31, 2024
1 parent 1160ac2 commit 868617e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ jobs:
cmake -DClang_DIR=/usr/lib/llvm-13/lib/cmake/clang -B build -S .
else #MacOS
#cmake -DClang_DIR=/usr/local/Cellar/llvm@13/13.0.1_2/lib/cmake/clang/ -B build -S .
ls /opt/homebrew/opt/llvm@13/cmake
echo
ls /opt/homebrew/opt/llvm@13/lib/cmake
cmake -DClang_DIR=/opt/homebrew/opt/llvm@13/lib/cmake -B build -S .
fi
Expand Down

0 comments on commit 868617e

Please sign in to comment.