diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index dfbc14da29373..04041292da6f8 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -148,7 +148,6 @@ jobs: -DTI_WITH_CC:BOOL=${{ matrix.with_cc }} -DTI_WITH_VULKAN:BOOL=ON -DTI_WITH_C_API=ON - -DTI_WITH_BACKTRACE:BOOL=ON -DTI_BUILD_TESTS:BOOL=${{ matrix.with_cpp_tests }} # [DEBUG] Copy this step around to enable debugging inside Github Action instances. @@ -437,7 +436,6 @@ jobs: -DTI_WITH_CC:BOOL=OFF -DTI_WITH_VULKAN:BOOL=ON -DTI_BUILD_TESTS:BOOL=ON - -DTI_WITH_BACKTRACE:BOOL=ON -DTI_WITH_C_API=ON - name: Check C-API Export Symbols