Skip to content

Commit 28fecb1

Browse files
committed
Build fix
1 parent e65a6cc commit 28fecb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
- name: Build DJV
4242
run: sh DJV/etc/Linux/linux-build-gha.sh Debug
4343

44+
# \bug Disable building OIIO; it seems there is an error when OCIO is disabled.
4445
linux-gles2-build:
4546
runs-on: ubuntu-latest
4647

@@ -52,7 +53,7 @@ jobs:
5253
TLRENDER_EXR: ON
5354
TLRENDER_FFMPEG: OFF
5455
TLRENDER_FFMPEG_MINIMAL: ON
55-
TLRENDER_OIIO: ON
56+
TLRENDER_OIIO: OFF
5657
TLRENDER_USD: OFF
5758
TLRENDER_BMD: OFF
5859
TLRENDER_BMD_SDK:

0 commit comments

Comments
 (0)