summaryrefslogtreecommitdiffstats
path: root/.github/workflows
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 /.github/workflows
parent578c78b3c23cafb6f15007c87d2a4ee0f838a049 (diff)
downloadlibplist-a1ef9d32a3515ae14e5c8ca937a1955b5dbd6642.tar.gz
libplist-a1ef9d32a3515ae14e5c8ca937a1955b5dbd6642.tar.bz2
[github-actions] Use newer cython version (Linux)
Diffstat (limited to '.github/workflows')
-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:
12 - name: install dependencies 12 - name: install dependencies
13 run: | 13 run: |
14 sudo apt-get update 14 sudo apt-get update
15 sudo apt-get install cython3 15 pip install cython
16 - name: prepare environment 16 - name: prepare environment
17 run: | 17 run: |
18 echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV 18 echo "target_triplet=`gcc -dumpmachine`" >> $GITHUB_ENV