From f787cac170f90991db5166bc37c200c08fa4a2c9 Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Sun, 3 Oct 2021 18:36:55 -0700 Subject: [PATCH] irony --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6a1e0132..0a204eb42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -173,13 +173,14 @@ jobs: with: vcpkgGitCommitId: 2a31089e777fc187f1cc05338250b8e1810cfb52 vcpkgTriplet: x64-windows - vcpkgArguments: qt5 ffmpeg openexr openimageio portaudio #opencolorio + vcpkgArguments: qt5 ffmpeg openexr openimageio opencolorio portaudio # We require the Unicode fix which hasn't been merged into upstream yet - name: Acquire OpenColorIO shell: bash working-directory: ${{ runner.workspace }} run: | + $VCPKG_ROOT/vcpkg remove opencolorio git clone https://github.com/olive-editor/OpenColorIO cd OpenColorIO git checkout win32-unicode-fix-for-olive-ci