summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 290232c..2036484 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -23,10 +23,11 @@ jobs:
23 - name: install dependencies 23 - name: install dependencies
24 run: | 24 run: |
25 if test -x "`which port`"; then 25 if test -x "`which port`"; then
26 sudo port install libtool autoconf automake cython 26 sudo port install libtool autoconf automake
27 else 27 else
28 brew install libtool autoconf automake cython 28 brew install libtool autoconf automake
29 fi 29 fi
30 pip install cython
30 shell: bash 31 shell: bash
31 - uses: actions/checkout@v1 32 - uses: actions/checkout@v1
32 - name: autogen 33 - name: autogen