summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2024-04-28 20:24:58 +0200
committerGravatar Nikias Bassen2024-04-28 23:26:54 +0200
commit77c727bdfeed87abd237b8840f685a1f2084ab50 (patch)
tree12e60f6201b15cf1e266f9ec83d6cc351f00fd19
parentf2d3d40487a5209cb7dfae5367fb71f3940e3ab7 (diff)
downloadlibimobiledevice-77c727bdfeed87abd237b8840f685a1f2084ab50.tar.gz
libimobiledevice-77c727bdfeed87abd237b8840f685a1f2084ab50.tar.bz2
[github-actions] Fix cython installation for macOS build
-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 584f2e9..76cd02a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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 77 pip3 install --break-system-packages cython
78 shell: bash 78 shell: bash
79 - name: fetch libplist 79 - name: fetch libplist
80 uses: dawidd6/action-download-artifact@v3 80 uses: dawidd6/action-download-artifact@v3