We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15711c2 commit 7b48d96Copy full SHA for 7b48d96
.github/workflows/release.yml
@@ -70,7 +70,7 @@ jobs:
70
if [ $NUM_WHL -ne 1 ]; then echo 'ERROR: created more than 1 whl.' && exit 1; fi
71
pip install dist/*.whl
72
env:
73
- CI_SETUP_CMAKE_ARGS: -DTI_WITH_OPENGL:BOOL=OFF -DTI_WITH_CC:BOOL=OFF -DTI_BUILD_TESTS:BOOL=${{ matrix.with_cpp_tests }}
+ CI_SETUP_CMAKE_ARGS: -DTI_WITH_VULKAN:BOOL=OFF -DTI_WITH_OPENGL:BOOL=OFF -DTI_WITH_CC:BOOL=OFF -DTI_BUILD_TESTS:BOOL=${{ matrix.with_cpp_tests }}
74
PROJECT_NAME: ${{ matrix.name }}
75
76
- name: Test
0 commit comments