diff options
Diffstat (limited to '.github')
| -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 68948af..e2caf04 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
| @@ -50,7 +50,7 @@ jobs: | |||
| 50 | else | 50 | else |
| 51 | brew install libtool autoconf automake | 51 | brew install libtool autoconf automake |
| 52 | fi | 52 | fi |
| 53 | pip3 install cython | 53 | pip3 install --break-system-packages cython |
| 54 | shell: bash | 54 | shell: bash |
| 55 | - uses: actions/checkout@v4 | 55 | - uses: actions/checkout@v4 |
| 56 | with: | 56 | with: |
