Skip to content

Commit 8d2cbd3

Browse files
committed
CI : Fix OCIO config
The one we were previously referencing was removed from GafferHQ/dependencies in 11.0.0a4.
1 parent a46f6a8 commit 8d2cbd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
run: |
188188
scons ${{ matrix.tests }} BUILD_TYPE=${{ matrix.buildType }} OPTIONS=${{ matrix.options }} BUILD_CACHEDIR=sconsCache
189189
env:
190-
OCIO: ${{ env.CORTEX_BUILD_NAME }}/openColorIO/config.ocio
190+
OCIO: ocio://studio-config-v1.0.0_aces-v1.3_ocio-v2.1
191191

192192
- name: Build Package
193193
run: |

0 commit comments

Comments
 (0)