diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2024-02-23 21:21:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-23 21:21:18 +0100 |
commit | 7c9e2255be2f30e336e3c01a4f11a8438359a66a (patch) | |
tree | eb48c37d0c51dbcdf555c623e436873b378709d2 | |
parent | Merge pull request #13136 from liamwhite/fs-launch (diff) | |
parent | ci: fix mac build (diff) | |
download | yuzu-7c9e2255be2f30e336e3c01a4f11a8438359a66a.tar yuzu-7c9e2255be2f30e336e3c01a4f11a8438359a66a.tar.gz yuzu-7c9e2255be2f30e336e3c01a4f11a8438359a66a.tar.bz2 yuzu-7c9e2255be2f30e336e3c01a4f11a8438359a66a.tar.lz yuzu-7c9e2255be2f30e336e3c01a4f11a8438359a66a.tar.xz yuzu-7c9e2255be2f30e336e3c01a4f11a8438359a66a.tar.zst yuzu-7c9e2255be2f30e336e3c01a4f11a8438359a66a.zip |
-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 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 |