windows-check: Print config.log on mingw-regress failure

The mingw-regress job's wolfssh configure step fails with
"libwolfssl is required for wolfssh" even though libwolfssl.a is
installed at the expected path. AC_CHECK_LIB only reports pass/fail;
dump config.log on failure to see the actual link error.
pull/1247/head
Hideki Miyazaki 2026-09-04 12:50:16 -04:00 committed by John Safranek
parent 39fec50df2
commit 3532cc4432
1 changed files with 5 additions and 0 deletions

View File

@ -294,3 +294,8 @@ jobs:
make -j$(nproc) tests/regress.test tests/unit.test
./tests/regress.test
./tests/unit.test
- name: Show config.log on failure
if: failure()
working-directory: wolfssh
run: cat config.log