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 r22319.

[Fix] build: CI: GitHub: macOS: Remove work-around for Homebrew unxip breakage on macOS 13. See r22323.


git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.30@22325 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Nov 27, 2024
1 parent aee6c3f commit 1958eac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/macOS-13-Makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ jobs:
- uses: actions/checkout@v4
- name: update Homebrew
run: brew update
- name: fixup GitHub Homebrew unxip breakage
run: brew pin unxip
- name: fixup GitHub Homebrew python breakage
run: brew unlink python@3.11 && brew unlink [email protected] && brew link --overwrite [email protected] && brew link --overwrite [email protected]
run: brew unlink python@3.12 && brew link --overwrite [email protected]
- name: upgrade packages
run: brew upgrade
- name: install dependencies
Expand Down

0 comments on commit 1958eac

Please sign in to comment.