summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build.yml')
-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:
libtool
autoconf
automake-wrapper
+ cython
- uses: actions/checkout@v2
- name: autogen
- run: ./autogen.sh CC=gcc CXX=g++ --without-cython
+ run: ./autogen.sh CC=gcc CXX=g++
- name: make
run: make
- name: make check