Skip to content

Commit a727936

Browse files
authored
don't install dmgbuild to user path (#83737)
1 parent 69505ab commit a727936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ jobs:
252252
if: runner.os == 'macOS'
253253
run: |
254254
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
255+
pip3 install --break-system-packages dmgbuild biplist
256256
- name: install macports (mac)
257257
if: runner.os == 'macOS' && matrix.tiles == 1
258258
uses: melusina-org/setup-macports@v1

0 commit comments

Comments
 (0)