diff options
author | Nikias Bassen | 2024-04-28 20:24:58 +0200 |
---|---|---|
committer | Nikias Bassen | 2024-04-28 23:26:54 +0200 |
commit | 77c727bdfeed87abd237b8840f685a1f2084ab50 (patch) | |
tree | 12e60f6201b15cf1e266f9ec83d6cc351f00fd19 /.github/workflows | |
parent | f2d3d40487a5209cb7dfae5367fb71f3940e3ab7 (diff) | |
download | libimobiledevice-77c727bdfeed87abd237b8840f685a1f2084ab50.tar.gz libimobiledevice-77c727bdfeed87abd237b8840f685a1f2084ab50.tar.bz2 |
[github-actions] Fix cython installation for macOS build
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 2 |
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: else brew install libtool autoconf automake pkgconfig fi - pip3 install cython + pip3 install --break-system-packages cython shell: bash - name: fetch libplist uses: dawidd6/action-download-artifact@v3 |