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 868617e commit 5c1921a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ 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/lib/cmake
echo ls /opt/homebrew/opt/llvm@13/lib/cmake/clang
ls /opt/homebrew/opt/llvm@13/lib/cmake/clang
cmake -DClang_DIR=/opt/homebrew/opt/llvm@13/lib/cmake -B build -S .
fi
cmake --build build --verbose -j `nproc`
Expand Down

0 comments on commit 5c1921a

Please sign in to comment.