Skip to content

Commit

Permalink
Update llvm paths for Apple silicon homebrew paths
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Bailey <danbailey@ilm.com>
  • Loading branch information
danrbailey committed Sep 13, 2024
1 parent c04d4cf commit cd17db1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/houdini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
cp hou/hou.tar.gz $HOME/houdini_install/hou.tar.gz
cd $HOME/houdini_install && tar -xzf hou.tar.gz && cd -
- name: install_deps
run: ./ci/install_macos.sh ${{ matrix.config.llvm }}
run: ./ci/install_macos.sh 15
- name: build
run: |
./ci/build.sh -v \
Expand All @@ -175,7 +175,7 @@ jobs:
-DDISABLE_CMAKE_SEARCH_PATHS=ON \
-DDISABLE_DEPENDENCY_VERSION_CHECKS=ON \
-DUSE_EXPLICIT_INSTANTIATION=OFF \
-DLLVM_DIR=/usr/local/opt/llvm@15/lib/cmake/llvm \
-DLLVM_DIR=/opt/homebrew/opt/llvm@15/lib/cmake/llvm \
-DCMAKE_INSTALL_PREFIX=${{ github.workspace }}/install \
\"
- name: test
Expand Down

0 comments on commit cd17db1

Please sign in to comment.