]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Always print out the config.log
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 20 Apr 2022 16:58:10 +0000 (11:58 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 20 Apr 2022 16:58:23 +0000 (11:58 -0500)
.github/workflows/ci.yml

index df4c29ad3f7d7ef05247b21c82d3d38c90b19f6a..b571f4d0eeebf09a24e31e3683df102339e55ab6 100644 (file)
@@ -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"