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