Skip to content

Commit

Permalink
Try enabling USD for Windows package builds
Browse files Browse the repository at this point in the history
  • Loading branch information
darbyjohnston committed Feb 26, 2024
1 parent 688ead4 commit f640a75
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -435,8 +435,6 @@ jobs:
# cd tlRender\src\tlRender-build
# tests\tltest\Debug\tltest

# \bug USD has errors in the boost build with windows-latest
# \bug USD has errors in the MaterialX build with windows-2019
windows-package:
runs-on: windows-latest
#runs-on: windows-2019
Expand All @@ -454,7 +452,7 @@ jobs:
TLRENDER_PNG: ON
TLRENDER_EXR: ON
TLRENDER_FFMPEG: ON
TLRENDER_USD: OFF
TLRENDER_USD: ON
TLRENDER_NFD: OFF
TLRENDER_QT5: OFF
TLRENDER_PROGRAMS: ON
Expand Down

0 comments on commit f640a75

Please sign in to comment.