We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b9232 commit 0471567Copy full SHA for 0471567
1 file changed
.github/workflows/ci_fetchcontent.yml
@@ -55,12 +55,13 @@ jobs:
55
-DIMATH_REPO=$IMATH_REPO -DIMATH_TAG=$IMATH_TAG
56
cmake --build $BUILD_DIR --config Release
57
58
+ find $BUILD_DIR -ls
59
if [[ "$RUNNER_OS" == "Windows" ]]; then
60
find $BUILD_DIR -name Imath.dll
61
PATH=$BUILD_DIR/_deps/imath-build/src/Imath/Release:$PATH
62
$BUILD_DIR/bin/Release/ImathFetchTest.exe
63
else
- $BUILD_DIR/bin/ImathFetchTest
64
+ $BUILD_DIR/ImathFetchTest
65
fi
66
shell: bash
67
0 commit comments