Skip to content

Commit

Permalink
ci: more
Browse files Browse the repository at this point in the history
  • Loading branch information
markokr committed Apr 6, 2024
1 parent a6d0316 commit a746f2b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,15 +141,16 @@ 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"
shell: bash
run: |
./autogen.sh
./configure --prefix=${GITHUB_WORKSPACE}/testinstall || {
tail -n 1200 config.log
tail -n 500 config.log
exit 1
}
make
Expand Down

0 comments on commit a746f2b

Please sign in to comment.