diff options
-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: | |||
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 |