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 bb24884 commit 23a04ebCopy full SHA for 23a04eb
1 file changed
.github/workflows/test-linux.yml
@@ -91,6 +91,7 @@ jobs:
91
-D "BUILD_DOCS=OFF" \
92
-D "CMAKE_INCLUDE_PATH=${{runner.temp}}/USD/include" \
93
-D "CMAKE_LIBRARY_PATH=${{runner.temp}}/USD/lib" \
94
+ -D "TBB_VERSION_H=${{runner.temp}}/USD/include/tbb/tbb_stddef.h" \
95
..
96
cmake --build . --config Release
97
@@ -103,6 +104,7 @@ jobs:
103
104
-D "BUILD_PYTHON_BINDINGS=OFF" \
105
106
107
108
109
110
0 commit comments