Skip to content

Commit cd17db1

Browse files
committed
Update llvm paths for Apple silicon homebrew paths
Signed-off-by: Dan Bailey <[email protected]>
1 parent c04d4cf commit cd17db1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/houdini.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
cp hou/hou.tar.gz $HOME/houdini_install/hou.tar.gz
163163
cd $HOME/houdini_install && tar -xzf hou.tar.gz && cd -
164164
- name: install_deps
165-
run: ./ci/install_macos.sh ${{ matrix.config.llvm }}
165+
run: ./ci/install_macos.sh 15
166166
- name: build
167167
run: |
168168
./ci/build.sh -v \
@@ -175,7 +175,7 @@ jobs:
175175
-DDISABLE_CMAKE_SEARCH_PATHS=ON \
176176
-DDISABLE_DEPENDENCY_VERSION_CHECKS=ON \
177177
-DUSE_EXPLICIT_INSTANTIATION=OFF \
178-
-DLLVM_DIR=/usr/local/opt/llvm@15/lib/cmake/llvm \
178+
-DLLVM_DIR=/opt/homebrew/opt/llvm@15/lib/cmake/llvm \
179179
-DCMAKE_INSTALL_PREFIX=${{ github.workspace }}/install \
180180
\"
181181
- name: test

0 commit comments

Comments
 (0)