Remove TBB installation step from Linux CI

TBB library is now included in the OpenUSD binary package
(as of lighttransport/openusd-bin@4f2eda3), so separate
installation is no longer needed.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Syoyo Fujita
2026-01-10 09:37:33 +09:00
parent 40aa5e4cc9
commit 310db64a9a

View File

@@ -117,11 +117,6 @@ jobs:
run: cd build && ctest --output-on-failure
# Test with OpenUSD binary
- name: Install TBB dependency
run: |
sudo apt-get update
sudo apt-get install -y libtbb12
- name: Download OpenUSD binary
run: |
gh release download v25.11-lte \