From d3dd29a976c5c50290532f59ab08d9729a2882b3 Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Sun, 3 Oct 2021 19:24:22 -0700 Subject: [PATCH] Update ci.yml --- .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 1ab421fc7..2bce4b2d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -183,7 +183,7 @@ jobs: $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 + git checkout win32-unicode-fix mkdir build cd build cmake .. -G Ninja -DCMAKE_BUILD_TYPE=${{ matrix.build-type }} -G "${{ matrix.cmake-gen }}" \