Skip to content

Commit

Permalink
[Fix] build: CI: GitHub: macOS: Try to work-around Homebrew python br…
Browse files Browse the repository at this point in the history
…eakage on macOS 13. See r22481.

git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.30@22483 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Dec 8, 2024
1 parent 47c531e commit 64fe3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macOS-13-Makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: update Homebrew
run: brew update
- name: fixup GitHub Homebrew python breakage
run: brew unlink [email protected] && brew link --overwrite [email protected]
run: brew unlink [email protected] && brew unlink [email protected] && brew link --overwrite [email protected] && brew link --overwrite [email protected]
- name: upgrade packages
run: brew upgrade
- name: install dependencies
Expand Down

0 comments on commit 64fe3c2

Please sign in to comment.