Skip to content

Commit

Permalink
Merged revision(s) 20315 from branches/OpenMPT-1.30:
Browse files Browse the repository at this point in the history
[Fix] build: CI: GitHub: macOS: Work-around macos-12 Homebrew breakage.
........


git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.29@20316 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Mar 13, 2024
1 parent 77773dd commit 095a661
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macOS-12-Makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: fixup GitHub Homebrew xcbeautify breakage
run: brew pin xcbeautify
- name: fixup GitHub Homebrew node breakage
run: brew unlink node@18 && brew unlink node && brew link --overwrite node
- name: fixup GitHub Homebrew python breakage
Expand Down

0 comments on commit 095a661

Please sign in to comment.