Skip to content

Commit

Permalink
../_install
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm committed Jan 8, 2024
1 parent 8a575a7 commit eb8de15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }} \
Expand All @@ -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 \
Expand Down

0 comments on commit eb8de15

Please sign in to comment.