Skip to content

Commit

Permalink
Merged revision(s) 21791 from branches/OpenMPT-1.30:
Browse files Browse the repository at this point in the history
[Fix] build: CI: GitHub: macOS: Do not upgrade Homebrew packages on macOS 12 because it is unsupported and upgrading causes all kinds of problems. Just install our dependencies. See r21789.
........


git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.29@21792 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Oct 10, 2024
1 parent a9bae18 commit 12aad71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/macOS-12-Makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
run: brew unlink node@18 && brew unlink node && brew link --overwrite node
- name: fixup GitHub Homebrew python breakage
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
run: brew install p7zip help2man doxygen autoconf-archive mpg123 libogg libvorbis portaudio flac libsndfile sdl2
- name: setup parallel make
Expand Down

0 comments on commit 12aad71

Please sign in to comment.