irony
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user