Skip to content

Commit

Permalink
CI: fix brew link inssue on macOS x86
Browse files Browse the repository at this point in the history
  • Loading branch information
dciabrin committed Aug 15, 2024
1 parent c4a6df9 commit d45faf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ jobs:
- name: Dependencies
run: |
brew tap dciabrin/ngdevkit
brew install automake ngdevkit-toolchain python3 zip pkg-config
brew install python3 --overwrite
brew install automake ngdevkit-toolchain zip pkg-config
$(brew --prefix python)/libexec/bin/pip install pygame --break-system-packages
- name: Build
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ jobs:
- name: Dependencies
run: |
brew tap dciabrin/ngdevkit
brew install automake ngdevkit-toolchain python3 zip pkg-config
brew install python3 --overwrite
brew install automake ngdevkit-toolchain zip pkg-config
$(brew --prefix python)/libexec/bin/pip install pygame --break-system-packages
- name: Build
Expand Down

0 comments on commit d45faf9

Please sign in to comment.