diff options
| author | 2024-02-23 13:15:30 -0500 | |
|---|---|---|
| committer | 2024-02-23 13:25:48 -0500 | |
| commit | 6512f39061538852f0f8aded92cfea7de76ee0eb (patch) | |
| tree | b2565caf698f556caac8971b7a8f9e1efce8370d | |
| parent | Merge pull request #13133 from liamwhite/libstdcxx-issue (diff) | |
| download | yuzu-6512f39061538852f0f8aded92cfea7de76ee0eb.tar.gz yuzu-6512f39061538852f0f8aded92cfea7de76ee0eb.tar.xz yuzu-6512f39061538852f0f8aded92cfea7de76ee0eb.zip | |
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: | |||
| 81 | fetch-depth: 0 | 81 | fetch-depth: 0 |
| 82 | - name: Install dependencies | 82 | - name: Install dependencies |
| 83 | run: | | 83 | run: | |
| 84 | # workaround for https://github.com/actions/setup-python/issues/577 | 84 | 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 |
| 85 | 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 | ||
| 86 | - name: Build | 85 | - name: Build |
| 87 | run: | | 86 | run: | |
| 88 | mkdir build | 87 | mkdir build |