Skip to content

Commit

Permalink
--break-system-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Apr 30, 2024
1 parent f1c6261 commit 933d6d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Install packages (macOS)
if: matrix.os == 'macos-latest'
run: |
python3 -m pip install protobuf
python3 -m pip install protobuf --break-system-packages
pip3 install --upgrade protobuf
build/macosx/install-sdl2.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Install packages (macOS)
if: matrix.os == 'macos-latest'
run: |
python3 -m pip install protobuf
python3 -m pip install protobuf --break-system-packages
pip3 install --upgrade protobuf
build/macosx/install-sdl2.sh

Expand Down

0 comments on commit 933d6d5

Please sign in to comment.