Skip to content

Commit

Permalink
update otio, and prioritize so we see its errors first
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmattkc committed May 11, 2022
1 parent 225851d commit aefb8b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions ports/opentimelineio/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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
)
Expand Down

0 comments on commit aefb8b5

Please sign in to comment.