summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2024-04-02 18:33:41 +0200
committerGravatar Nikias Bassen2024-04-02 18:33:41 +0200
commita1ef9d32a3515ae14e5c8ca937a1955b5dbd6642 (patch)
tree6a80a60419c24952983e3a6c25442b3d862de721
parent578c78b3c23cafb6f15007c87d2a4ee0f838a049 (diff)
downloadlibplist-a1ef9d32a3515ae14e5c8ca937a1955b5dbd6642.tar.gz
libplist-a1ef9d32a3515ae14e5c8ca937a1955b5dbd6642.tar.bz2
[github-actions] Use newer cython version (Linux)
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f34d56f..68948af 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
- name: install dependencies
run: |
sudo apt-get update
- sudo apt-get install cython3
+ pip install cython
- name: prepare environment
run: |
echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV