We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 648e7fa commit ce186ffCopy full SHA for ce186ff
1 file changed
.github/workflows/ci_fetchcontent.yml
@@ -40,7 +40,6 @@ jobs:
40
uses: actions/checkout@v4
41
42
- name: Configure & Build
43
- shell: bash
44
run: |
45
set -x
46
if [[ "$RUNNER_OS" == "Windows" ]]; then
@@ -58,8 +57,11 @@ jobs:
58
57
cmake --build $BUILD_DIR --config Release
59
60
+ find $BUILD_DIR -ls
61
+ ls -l $BUILD_DIR/bin/Release/ImathTest.exe
62
$BUILD_DIR/bin/Release/ImathTest.exe
63
else
64
$BUILD_DIR/bin/ImathTest
65
fi
66
+ shell: bash
67
0 commit comments