Skip to content

Commit

Permalink
[CI] Fix Darwin builds
Browse files Browse the repository at this point in the history
  • Loading branch information
banach-space committed Nov 12, 2023
1 parent c0ddaef commit 84dc8eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/x86-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
run: |
cd HelloWorld
mkdir build && cd build
cmake -DCT_Clang_INSTALL_DIR=/usr/local/opt/llvm/ -DCMAKE_BUILD_TYPE=${{ matrix.type }} ../
cmake -DCT_Clang_INSTALL_DIR=/usr/local/opt/llvm@16/ -DCMAKE_BUILD_TYPE=${{ matrix.type }} ../
make -j2
/usr/local/opt/llvm/bin/clang -cc1 -load ./libHelloWorld.dylib -plugin hello-world $GITHUB_WORKSPACE/test/HelloWorld-basic.cpp
- name: Build clang-tutor + run tests
run: |
cd $GITHUB_WORKSPACE
mkdir build && cd build
cmake -DCT_Clang_INSTALL_DIR=/usr/local/opt/llvm/ -DCMAKE_BUILD_TYPE=${{ matrix.type }} ../
cmake -DCT_Clang_INSTALL_DIR=/usr/local/opt/llvm@16/ -DCMAKE_BUILD_TYPE=${{ matrix.type }} ../
make -j2
lit test/

0 comments on commit 84dc8eb

Please sign in to comment.