From ec4ea74dc3122dfc376ca6b5e46662aea74d3e19 Mon Sep 17 00:00:00 2001 From: codeflorist Date: Wed, 6 Dec 2023 19:17:44 +0100 Subject: [PATCH] ci: fix arm64 build --- .github/workflows/macos-arm64-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos-arm64-build.yml b/.github/workflows/macos-arm64-build.yml index 815f0583d..f38c4c457 100644 --- a/.github/workflows/macos-arm64-build.yml +++ b/.github/workflows/macos-arm64-build.yml @@ -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