diff options
author | liamwhite <[email protected]> | 2024-02-23 15:21:18 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-23 15:21:18 -0500 |
commit | 7c9e2255be2f30e336e3c01a4f11a8438359a66a (patch) | |
tree | eb48c37d0c51dbcdf555c623e436873b378709d2 | |
parent | 9f6818a6e5863a786c7fdb8f3226862c29fa8ee7 (diff) | |
parent | 6512f39061538852f0f8aded92cfea7de76ee0eb (diff) | |
download | yuzu-android-7c9e2255be2f30e336e3c01a4f11a8438359a66a.tar.gz yuzu-android-7c9e2255be2f30e336e3c01a4f11a8438359a66a.zip |
Merge pull request #13137 from liamwhite/mac-ci
ci: fix mac build
-rw-r--r-- | .github/workflows/verify.yml | 3 |
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 |