From aefb8b5c1cabb9bc83d64280ba479bbebaf73080 Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Wed, 11 May 2022 16:21:45 -0700 Subject: [PATCH] update otio, and prioritize so we see its errors first --- .github/workflows/ci.yml | 1 + ports/opentimelineio/portfile.cmake | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a71467d..c593320 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,6 +78,7 @@ jobs: - name: Build from vcpkg shell: bash run: | + $VCPKG_ROOT/vcpkg install --clean-after-build --overlay-ports $GITHUB_WORKSPACE/ports opentimelineio $VCPKG_ROOT/vcpkg install --clean-after-build --overlay-ports $GITHUB_WORKSPACE/ports $PACKAGES - name: Deploy diff --git a/ports/opentimelineio/portfile.cmake b/ports/opentimelineio/portfile.cmake index 0c8e2d7..ab791b8 100644 --- a/ports/opentimelineio/portfile.cmake +++ b/ports/opentimelineio/portfile.cmake @@ -1,9 +1,9 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO PixarAnimationStudios/OpenTimelineIO - REF v0.14 - SHA512 ddc6a2ffb84d773c4cc44aaba90dfd6e351a2aecaa5411de6fa1ca92bb8b9c1d87fdf03ea31777bb7f65c7a51f88f166bbe1470ac54c81c8852622ad74c0125e - HEAD_REF master + REF v0.14.1 + SHA512 c70103dcea5d6efc733a1cd2b7661ea8f709b1ea4b2b8bf404c8d7a22a9cae8f5e99a61adc1ddfa025459b08d7cf227791db5357a832b066c569665359c1f40a + HEAD_REF main PATCHES set-runtime-dst.patch )