We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db750f6 commit 167bc3cCopy full SHA for 167bc3c
1 file changed
.github/workflows/ci_fetchcontent.yml
@@ -56,7 +56,9 @@ jobs:
56
cmake --build $BUILD_DIR --config Release
57
58
if [[ "$RUNNER_OS" == "Windows" ]]; then
59
+ find $BUILD_DIR -ls
60
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
62
$BUILD_DIR/bin/Release/ImathTest.exe
63
else
64
$BUILD_DIR/bin/ImathTest
0 commit comments