We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
OCIO
1 parent 381165e commit 7ce488bCopy full SHA for 7ce488b
.github/workflows/main.yml
@@ -182,6 +182,7 @@ jobs:
182
scons ${{ matrix.tests }} BUILD_TYPE=${{ matrix.buildType }} OPTIONS=${{ matrix.options }} BUILD_CACHEDIR=sconsCache
183
env:
184
IECORE_RTLD_GLOBAL: 0
185
+ OCIO: ${{ env.CORTEX_BUILD_NAME }}/openColorIO/config.ocio
186
187
- name: Build Package
188
run: |
.github/workflows/main/options.windows
@@ -70,5 +70,5 @@ WARNINGS_AS_ERRORS = "1"
70
71
# PATH is needed to locate the MSVC compiler. PROCESSOR_ARCHITECTURE and USERNAME
72
# are needed by the HeaderGenerator and accompanying tests.
73
-ENV_VARS_TO_IMPORT = "PATH PROCESSOR_ARCHITECTURE USERNAME CI"
+ENV_VARS_TO_IMPORT = "PATH PROCESSOR_ARCHITECTURE USERNAME CI OCIO"
74
0 commit comments