From 5adc996f3e415b2e2238b78ed2644ed5c34b8902 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 20 Jun 2024 14:44:39 -0400 Subject: [PATCH] actions: try dumping config.log --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 80fe73c3..46927de2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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'