diff --git a/.github/workflows/test-macos.yml b/.github/workflows/test-macos.yml index bfb6bb7..2d82695 100644 --- a/.github/workflows/test-macos.yml +++ b/.github/workflows/test-macos.yml @@ -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`