aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorLiam <[email protected]>2024-02-23 13:15:30 -0500
committerLiam <[email protected]>2024-02-23 13:25:48 -0500
commit6512f39061538852f0f8aded92cfea7de76ee0eb (patch)
treeb2565caf698f556caac8971b7a8f9e1efce8370d /.github/workflows
parent77107ba124197c19da69cf4923088d10fafbf9e5 (diff)
downloadyuzu-android-6512f39061538852f0f8aded92cfea7de76ee0eb.tar.gz
yuzu-android-6512f39061538852f0f8aded92cfea7de76ee0eb.zip
ci: fix mac build
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/verify.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml
index 2814d3cdb..13bde68c3 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 [email protected] ccache ffmpeg fmt glslang hidapi libtool libusb lz4 ninja nlohmann-json openssl pkg-config qt@5 sdl2 speexdsp zlib zlib zstd || brew link --overwrite [email protected]
+ 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