From: Arran Cudbard-Bell Date: Wed, 20 Apr 2022 16:58:10 +0000 (-0500) Subject: Always print out the config.log X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cefa309bab685baf5a93f66a37baf91fd710c858;p=thirdparty%2Ffreeradius-server.git Always print out the config.log --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df4c29ad3f7..b571f4d0eee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -266,7 +266,8 @@ jobs: --with-udpfromto=$LIBS_OPTIONAL \ --with-openssl=$LIBS_OPTIONAL \ --with-pcre=$LIBS_OPTIONAL \ - || cat ./config.log + echo "config.log" + cat config.log echo "Contents of src/include/autoconf.h" cat "./src/include/autoconf.h"