diff --git a/.github/workflows/ci_workflow.yml b/.github/workflows/ci_workflow.yml index 7e1e4bbfa..0d8454ef3 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 \