From 719b74053d5038830abeddac49e27ed110d7a529 Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Sun, 3 Oct 2021 19:10:48 -0700 Subject: [PATCH] ensure x64 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a204eb42..1ab421fc7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -180,7 +180,7 @@ jobs: shell: bash working-directory: ${{ runner.workspace }} run: | - $VCPKG_ROOT/vcpkg remove opencolorio + $VCPKG_ROOT/vcpkg remove opencolorio:x64-windows git clone https://github.com/olive-editor/OpenColorIO cd OpenColorIO git checkout win32-unicode-fix-for-olive-ci