diff options
| author | 2024-04-30 10:30:38 +0200 | |
|---|---|---|
| committer | 2024-04-30 10:30:38 +0200 | |
| commit | 5461edafb3e45c0d3cd3338cdede32acdb2aad5b (patch) | |
| tree | 588b4ca2478be2dcb801d522c0eb0b47a70288f0 /.github/workflows | |
| parent | f8be42eaefe50ed4275bb86573ed44088ffab6c5 (diff) | |
| download | libplist-5461edafb3e45c0d3cd3338cdede32acdb2aad5b.tar.gz libplist-5461edafb3e45c0d3cd3338cdede32acdb2aad5b.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 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: |
