Skip to content

Commit

Permalink
Disable USD on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
darbyjohnston committed Jul 28, 2024
1 parent 0302381 commit 8f25bc5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,8 @@ jobs:
cd tlRender/src/tlRender-build
tests/tltest/tltest
# \bug USD build fails with this error:
# Failed to download https://github.com/oneapi-src/oneTBB/archive/refs/tags/2018_U1.zip
macos-12-package:
runs-on: macos-12

Expand All @@ -284,7 +286,7 @@ jobs:
TLRENDER_PNG: ON
TLRENDER_EXR: ON
TLRENDER_FFMPEG: ON
TLRENDER_USD: ON
TLRENDER_USD: OFF
TLRENDER_NFD: OFF
TLRENDER_QT5: OFF
TLRENDER_PROGRAMS: ON
Expand Down

0 comments on commit 8f25bc5

Please sign in to comment.