Skip to content

Commit ce186ff

Browse files
committed
fetchit.10
Signed-off-by: Cary Phillips <cary@ilm.com>
1 parent 648e7fa commit ce186ff

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci_fetchcontent.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
uses: actions/checkout@v4
4141

4242
- name: Configure & Build
43-
shell: bash
4443
run: |
4544
set -x
4645
if [[ "$RUNNER_OS" == "Windows" ]]; then
@@ -58,8 +57,11 @@ jobs:
5857
cmake --build $BUILD_DIR --config Release
5958
6059
if [[ "$RUNNER_OS" == "Windows" ]]; then
60+
find $BUILD_DIR -ls
61+
ls -l $BUILD_DIR/bin/Release/ImathTest.exe
6162
$BUILD_DIR/bin/Release/ImathTest.exe
6263
else
6364
$BUILD_DIR/bin/ImathTest
6465
fi
66+
shell: bash
6567

0 commit comments

Comments
 (0)