Skip to content

Commit 0471567

Browse files
committed
fetchit.15
Signed-off-by: Cary Phillips <cary@ilm.com>
1 parent 66b9232 commit 0471567

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci_fetchcontent.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,13 @@ jobs:
5555
-DIMATH_REPO=$IMATH_REPO -DIMATH_TAG=$IMATH_TAG
5656
cmake --build $BUILD_DIR --config Release
5757
58+
find $BUILD_DIR -ls
5859
if [[ "$RUNNER_OS" == "Windows" ]]; then
5960
find $BUILD_DIR -name Imath.dll
6061
PATH=$BUILD_DIR/_deps/imath-build/src/Imath/Release:$PATH
6162
$BUILD_DIR/bin/Release/ImathFetchTest.exe
6263
else
63-
$BUILD_DIR/bin/ImathFetchTest
64+
$BUILD_DIR/ImathFetchTest
6465
fi
6566
shell: bash
6667

0 commit comments

Comments
 (0)