summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2020-04-13 23:34:33 +0200
committerGravatar Nikias Bassen2020-04-13 23:34:33 +0200
commit92b3f61b078863e04b302f564557959f93647d57 (patch)
treef626ab4ffb22298d4d2e277976d7dfc01d57fef6
parente7355a408a305d0a9aba7c30bbd5a33d978a03c7 (diff)
downloadlibplist-92b3f61b078863e04b302f564557959f93647d57.tar.gz
libplist-92b3f61b078863e04b302f564557959f93647d57.tar.bz2
[github-actions] Install cython via pip
-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:
- name: install dependencies
run: |
if test -x "`which port`"; then
- sudo port install libtool autoconf automake cython
+ sudo port install libtool autoconf automake
else
- brew install libtool autoconf automake cython
+ brew install libtool autoconf automake
fi
+ pip install cython
shell: bash
- uses: actions/checkout@v1
- name: autogen