We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c04d4cf commit cd17db1Copy full SHA for cd17db1
.github/workflows/houdini.yml
@@ -162,7 +162,7 @@ jobs:
162
cp hou/hou.tar.gz $HOME/houdini_install/hou.tar.gz
163
cd $HOME/houdini_install && tar -xzf hou.tar.gz && cd -
164
- name: install_deps
165
- run: ./ci/install_macos.sh ${{ matrix.config.llvm }}
+ run: ./ci/install_macos.sh 15
166
- name: build
167
run: |
168
./ci/build.sh -v \
@@ -175,7 +175,7 @@ jobs:
175
-DDISABLE_CMAKE_SEARCH_PATHS=ON \
176
-DDISABLE_DEPENDENCY_VERSION_CHECKS=ON \
177
-DUSE_EXPLICIT_INSTANTIATION=OFF \
178
- -DLLVM_DIR=/usr/local/opt/llvm@15/lib/cmake/llvm \
+ -DLLVM_DIR=/opt/homebrew/opt/llvm@15/lib/cmake/llvm \
179
-DCMAKE_INSTALL_PREFIX=${{ github.workspace }}/install \
180
\"
181
- name: test
0 commit comments