Skip to content

Commit

Permalink
ci: fix arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
codeflorist committed Dec 6, 2023
1 parent 6b60914 commit b319a7e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/macos-arm64-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ jobs:
- name: Install dependencies
run: |
brew install cmake dylibbundler
brew uninstall sox mad
brew fetch --force --bottle-tag=arm64_monterey portaudio argtable sdl2 dumb physfs theora allegro fluid-synth mad enet
brew install $(brew --cache --bottle-tag=arm64_monterey portaudio argtable sdl2 dumb physfs theora allegro fluid-synth mad enet)
brew uninstall mad
brew fetch --force --bottle-tag=arm64_monterey mad
brew install $(brew --cache --bottle-tag=arm64_monterey mad)
- name: Build
run: ./scripts/build-macos-arm64.sh
Expand Down

0 comments on commit b319a7e

Please sign in to comment.