summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index cde2dc7..ecd5219 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -64,9 +64,10 @@ jobs:
64 libtool 64 libtool
65 autoconf 65 autoconf
66 automake-wrapper 66 automake-wrapper
67 cython
67 - uses: actions/checkout@v2 68 - uses: actions/checkout@v2
68 - name: autogen 69 - name: autogen
69 run: ./autogen.sh CC=gcc CXX=g++ --without-cython 70 run: ./autogen.sh CC=gcc CXX=g++
70 - name: make 71 - name: make
71 run: make 72 run: make
72 - name: make check 73 - name: make check