actions: try dumping config.log

This commit is contained in:
Jay Lee
2024-06-20 14:44:39 -04:00
committed by GitHub
parent a3b3353e71
commit 5adc996f3e

View File

@@ -387,6 +387,7 @@ jobs:
--enable-optimizations \
--with-lto \
"${extra_args[@]}"
cat config.log
- name: Windows Get External Python deps
if: matrix.goal == 'build' && runner.os == 'Windows' && steps.cache-python-ssl.outputs.cache-hit != 'true'