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 b44932f commit ec4ea74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos-arm64-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
run: |
brew install cmake dylibbundler
brew uninstall sox mad
brew fetch --force --bottle-tag=arm64_monterey argtable sdl2 dumb libogg flac libpng freetype libvorbis ca-certificates openssl@3 opus opusfile physfs theora giflib jpeg-turbo xz lz4 zstd libtiff webp pcre2 gettext glib lame mpg123 libsndfile portaudio readline
brew install $(brew --cache --bottle-tag=arm64_monterey argtable sdl2 dumb libogg flac libpng freetype libvorbis ca-certificates openssl@3 opus opusfile physfs theora giflib jpeg-turbo xz lz4 zstd libtiff webp pcre2 gettext glib lame mpg123 libsndfile portaudio readline)
brew fetch --force --bottle-tag=arm64_monterey argtable sdl2 dumb libogg flac libpng freetype libvorbis ca-certificates openssl@3 opus opusfile physfs theora giflib jpeg-turbo xz lz4 zstd libtiff webp pcre2 gettext glib lame mpg123 libsndfile portaudio readline allegro fluid-synth mad enet
brew install $(brew --cache --bottle-tag=arm64_monterey argtable sdl2 dumb libogg flac libpng freetype libvorbis ca-certificates openssl@3 opus opusfile physfs theora giflib jpeg-turbo xz lz4 zstd libtiff webp pcre2 gettext glib lame mpg123 libsndfile portaudio readline allegro fluid-synth mad enet)
- name: Build
run: ./scripts/build-macos-arm64.sh
Expand Down

0 comments on commit ec4ea74

Please sign in to comment.