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'