Skip to content

Commit f4fd1f0

Browse files
committed
apple.24
Signed-off-by: Cary Phillips <cary@ilm.com>
1 parent b750ad9 commit f4fd1f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci_steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ jobs:
634634
set -x
635635
find $INSTALL_DIR/Imath.framework -ls
636636
EXAMPLES_BUILD_DIR=$WORKSPACE/_build.examples.iOS
637-
IMATH_DIR=$(find "$INSTALL_DIR -type d -path "*/Resources/CMake/Imath" | head -n 1)
637+
IMATH_DIR=$(find $INSTALL_DIR -type d -path "*/Resources/CMake/Imath" | head -n 1)
638638
cmake_args+=("-DImath_DIR=$IMATH_DIR")
639639
cmake_args+=("-DCMAKE_BUILD_TYPE=${{ inputs.build-type }}")
640640
cmake_args+=("-DCMAKE_CXX_STANDARD=${{ inputs.cxx-standard }}")

0 commit comments

Comments
 (0)