We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae3021 commit 03d00e0Copy full SHA for 03d00e0
.github/workflows/release.yml
@@ -252,7 +252,7 @@ jobs:
252
if: runner.os == 'macOS'
253
run: |
254
HOMEBREW_NO_AUTO_UPDATE=yes HOMEBREW_NO_INSTALL_CLEANUP=yes brew install gettext ccache parallel dylibbundler
255
- pip3 install dmgbuild biplist
+ pip3 install --user --break-system-packages dmgbuild biplist
256
- name: install macports (mac)
257
if: runner.os == 'macOS' && matrix.tiles == 1
258
uses: melusina-org/setup-macports@v1
0 commit comments