summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2024-04-02 18:13:22 +0200
committerGravatar Nikias Bassen2024-04-02 18:13:22 +0200
commit3cea6058078703f5d6752a48a1c736d308fdd31d (patch)
treeeb140f0b1b652ca23ab2c1ab646024f39f554ab8
parent1ec2c2c5e3609cc02b302bcbd79ed2872260d350 (diff)
downloadlibimobiledevice-3cea6058078703f5d6752a48a1c736d308fdd31d.tar.gz
libimobiledevice-3cea6058078703f5d6752a48a1c736d308fdd31d.tar.bz2
[github-actions] Use newer cython version (macOS/Linux)
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d054366..b740952 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
@@ -74,7 +74,7 @@ jobs:
74 else 74 else
75 brew install libtool autoconf automake pkgconfig 75 brew install libtool autoconf automake pkgconfig
76 fi 76 fi
77 pip3 install cython==0.29.24 77 pip3 install cython
78 shell: bash 78 shell: bash
79 - name: fetch libplist 79 - name: fetch libplist
80 uses: dawidd6/action-download-artifact@v2 80 uses: dawidd6/action-download-artifact@v2