Skip to content

Commit 167bc3c

Browse files
committed
fetchit.13
Signed-off-by: Cary Phillips <cary@ilm.com>
1 parent db750f6 commit 167bc3c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci_fetchcontent.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ jobs:
5656
cmake --build $BUILD_DIR --config Release
5757
5858
if [[ "$RUNNER_OS" == "Windows" ]]; then
59+
find $BUILD_DIR -ls
5960
objdump -p "$BUILD_DIR/bin/Release/ImathTest.exe" | grep 'DLL Name'
61+
PATH=/d/a/Imath/Imath/_build/_deps/imath-build/src/Imath/Release:$PATH
6062
$BUILD_DIR/bin/Release/ImathTest.exe
6163
else
6264
$BUILD_DIR/bin/ImathTest

0 commit comments

Comments
 (0)