Skip to content

Commit 84098bf

Browse files
committed
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.
1 parent e2fb60b commit 84098bf

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/windows-check.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,3 +294,8 @@ jobs:
294294
make -j$(nproc) tests/regress.test tests/unit.test
295295
./tests/regress.test
296296
./tests/unit.test
297+
298+
- name: Show config.log on failure
299+
if: failure()
300+
working-directory: wolfssh
301+
run: cat config.log

0 commit comments

Comments
 (0)