This commit is contained in:
itsmattkc
2021-10-03 18:36:55 -07:00
parent e10d12e0d2
commit f787cac170
+2 -1
View File
@@ -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