File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -175,6 +175,7 @@ jobs:
175175 -DDISABLE_CMAKE_SEARCH_PATHS=ON \
176176 -DDISABLE_DEPENDENCY_VERSION_CHECKS=ON \
177177 -DUSE_EXPLICIT_INSTANTIATION=OFF \
178+ -DTbb_INCLUDE_DIR=$HOME/houdini_install/hou/Frameworks/Houdini.framework/Versions/Current/Resources/toolkit/include/tbb \
178179 -DLLVM_DIR=/opt/homebrew/opt/llvm@15/lib/cmake/llvm \
179180 -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}/install \
180181 \"
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127 id : timestamp
128128 run : echo "timestamp=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_OUTPUT
129129 - name : download_houdini
130- run : ./ci/download_houdini.sh 20.0 macosx_x86_64_clang12.0_11 --prod
130+ run : ./ci/download_houdini.sh 20.0 macosx_arm64_clang14.0_13 --prod
131131 - name : install_houdini
132132 run : |
133133 mkdir $HOME/houdini_install
You can’t perform that action at this time.
0 commit comments