Skip to content

Commit

Permalink
Pass --break-system-packages to push through appdmg
Browse files Browse the repository at this point in the history
  • Loading branch information
sudara committed Apr 26, 2024
1 parent a48bd9e commit a512d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake_ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
if: ${{ matrix.name == 'macOS' }}
run: |
# workaround for https://github.com/LinusU/node-appdmg/issues/234
python3 -m pip install setuptools
python3 -m pip install setuptools --break-system-packages
npm install -g appdmg
mkdir -p packaging/dmg
Expand Down

0 comments on commit a512d1d

Please sign in to comment.