From a746f2b08974edf13454ced227ea0a86e54a5889 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Sat, 6 Apr 2024 21:28:22 +0300 Subject: [PATCH] ci: more --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ae77783..490a235 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,7 +141,8 @@ jobs: mingw-w64-${{matrix.test.arch}}-postgresql \ mingw-w64-${{matrix.test.arch}}-python-docutils \ mingw-w64-${{matrix.test.arch}}-libevent \ - autoconf automake libtool pkgconf + mingw-w64-${{matrix.test.arch}}-pkgconf \ + autoconf automake libtool echo "PATH=$PATH" - name: "Build" @@ -149,7 +150,7 @@ jobs: run: | ./autogen.sh ./configure --prefix=${GITHUB_WORKSPACE}/testinstall || { - tail -n 1200 config.log + tail -n 500 config.log exit 1 } make