mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
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:
5
.github/workflows/linux_ci.yml
vendored
5
.github/workflows/linux_ci.yml
vendored
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user