From f53e2425ad3507baaf9f61d983a100916379acae Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Sun, 3 Oct 2021 23:04:48 -0700 Subject: [PATCH] add ocio bin to the path --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d2c3383c..fd331d45f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -191,6 +191,7 @@ jobs: -DCMAKE_INSTALL_PREFIX="$(pwd -W)/install" ninja install echo "$(pwd -W)/install" >> $GITHUB_PATH + echo "$(pwd -W)/install/bin" >> $GITHUB_PATH - name: Acquire Google Crashpad shell: bash