From 6512f39061538852f0f8aded92cfea7de76ee0eb Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 23 Feb 2024 13:15:30 -0500 Subject: [PATCH] ci: fix mac build --- .github/workflows/verify.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 2814d3cdb4..13bde68c3c 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -81,8 +81,7 @@ jobs: fetch-depth: 0 - name: Install dependencies run: | - # workaround for https://github.com/actions/setup-python/issues/577 - brew install autoconf automake boost@1.83 ccache ffmpeg fmt glslang hidapi libtool libusb lz4 ninja nlohmann-json openssl pkg-config qt@5 sdl2 speexdsp zlib zlib zstd || brew link --overwrite python@3.12 + brew install autoconf automake boost ccache ffmpeg fmt glslang hidapi libtool libusb lz4 ninja nlohmann-json openssl pkg-config qt@5 sdl2 speexdsp zlib zlib zstd - name: Build run: | mkdir build