Skip to content

Commit

Permalink
[Fix] build: CI: GitHub: macOS: Work-around Homebrew breakage on macO…
Browse files Browse the repository at this point in the history
…S 13.

git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@22078 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Nov 2, 2024
1 parent 41ca829 commit db55c3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/macOS-Autotools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- uses: actions/checkout@v4
- name: update Homebrew
run: brew update
- name: fixup GitHub Homebrew unxip breakage
if: ${{ matrix.host == 'macos-13' }}
run: brew pin unxip
- name: fixup GitHub Homebrew python breakage
if: ${{ matrix.host == 'macos-13' }}
run: brew unlink [email protected] && brew unlink [email protected] && brew link --overwrite [email protected] && brew link --overwrite [email protected]
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/macOS-Makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ jobs:
- uses: actions/checkout@v4
- name: update Homebrew
run: brew update
- name: fixup GitHub Homebrew unxip breakage
if: ${{ matrix.host == 'macos-13' }}
run: brew pin unxip
- name: fixup GitHub Homebrew python breakage
if: ${{ matrix.host == 'macos-13' }}
run: brew unlink [email protected] && brew unlink [email protected] && brew link --overwrite [email protected] && brew link --overwrite [email protected]
Expand Down

0 comments on commit db55c3a

Please sign in to comment.