From eb8de1553a34b9ebe92247af4ca5c5ae873615fb Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Mon, 8 Jan 2024 15:14:32 -0800 Subject: [PATCH] ../_install Signed-off-by: Cary Phillips --- .github/workflows/ci_workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_workflow.yml b/.github/workflows/ci_workflow.yml index 7e1e4bbfad..0d8454ef35 100644 --- a/.github/workflows/ci_workflow.yml +++ b/.github/workflows/ci_workflow.yml @@ -267,7 +267,7 @@ jobs: # Make sure we can build the examples when configured as a # standalone application linking against the just-installed # OpenEXR library. - find ../../_install + find ../_install cmake ../src/examples \ -DCMAKE_PREFIX_PATH=../../_install \ -DCMAKE_BUILD_TYPE=${{ matrix.build-type }} \ @@ -283,7 +283,7 @@ jobs: # Make sure we can build the python wrappers when configured as a # standalone application linking against the just-installed # OpenEXR library. - find ../../_install + find ../_install cat ../src/wrappers/python/CMakeLists.txt cmake ../src/wrappers/python \ -DCMAKE_PREFIX_PATH=../../_install \