commit | 77c727bdfeed87abd237b8840f685a1f2084ab50 | [log] [tgz] |
---|---|---|
author | Nikias Bassen <nikias@gmx.li> | Sun Apr 28 20:24:58 2024 +0200 |
committer | Nikias Bassen <nikias@gmx.li> | Sun Apr 28 23:26:54 2024 +0200 |
tree | 12e60f6201b15cf1e266f9ec83d6cc351f00fd19 | |
parent | f2d3d40487a5209cb7dfae5367fb71f3940e3ab7 [diff] |
[github-actions] Fix cython installation for macOS build
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 @@ 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