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 69505ab commit a727936Copy full SHA for a727936
.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 --user --break-system-packages dmgbuild biplist
+ pip3 install --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