diff options
author | Nikias Bassen | 2024-04-02 18:13:22 +0200 |
---|---|---|
committer | Nikias Bassen | 2024-04-02 18:13:22 +0200 |
commit | 3cea6058078703f5d6752a48a1c736d308fdd31d (patch) | |
tree | eb140f0b1b652ca23ab2c1ab646024f39f554ab8 | |
parent | 1ec2c2c5e3609cc02b302bcbd79ed2872260d350 (diff) | |
download | libimobiledevice-3cea6058078703f5d6752a48a1c736d308fdd31d.tar.gz libimobiledevice-3cea6058078703f5d6752a48a1c736d308fdd31d.tar.bz2 |
[github-actions] Use newer cython version (macOS/Linux)
-rw-r--r-- | .github/workflows/build.yml | 4 |
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: - 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 @@ -74,7 +74,7 @@ jobs: else brew install libtool autoconf automake pkgconfig fi - pip3 install cython==0.29.24 + pip3 install cython shell: bash - name: fetch libplist uses: dawidd6/action-download-artifact@v2 |