diff options
| author | 2023-05-06 23:36:15 +0100 | |
|---|---|---|
| committer | 2023-05-10 01:56:59 +0100 | |
| commit | 686027909474c9ed3e98006b7a43f4fe3a10b796 (patch) | |
| tree | 2012aeff64e1be66db4cda788ea2956be24952b2 /.github | |
| parent | Bump peter-evans/create-pull-request from 4 to 5 (diff) | |
Work around Homebrew MySQL being broken.
[skip alpine ci]
[skip ubuntu ci]
[skip windows ci]
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci-macos.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 5501d29e2..e435810a9 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -37,6 +37,12 @@ jobs: echo "PATH=$PATH" >> $GITHUB_ENV echo "PKG_CONFIG_PATH=$PKG_CONFIG_PATH" >> $GITHUB_ENV + # TODO: remove this when https://github.com/Homebrew/homebrew-core/issues/130258 is fixed. + - name: Work around Homebrew MySQL being broken + run: | + brew install zlib + ln -sv $(brew --prefix zlib)/lib/libz.dylib $(brew --prefix)/lib/libzlib.dylib + - name: Run test-build run: ./tools/test-build c++ strategy: |
