Skip to content

Commit 056a12d

Browse files
committed
improve find
1 parent 627854d commit 056a12d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/solaris.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
run: |
3030
cd $GITHUB_WORKSPACE
3131
bash ./configure
32+
echo "=== tbox.config.h content ==="
33+
find build -name "tbox.config.h" -type f | head -1 | xargs cat || echo "tbox.config.h not found"
34+
echo "============================"
3235
gmake -j4
3336
gmake run
3437

0 commit comments

Comments
 (0)