Address warnings on macOS CI (#1722)

This commit is contained in:
Ken Matsui 2023-08-11 22:08:32 -07:00 committed by GitHub
parent d3dbaed60a
commit 4ad68db5e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,10 +100,8 @@ jobs:
- name: (macOS) Install dependencies
if: runner.os == 'macOS'
run: |
brew install jsoncpp brotli zlib
brew install lz4 mariadb sqlite3 postgresql hiredis
brew install redis
# Already installed: brotli, zlib, postgresql@14, lz4, sqlite3
run: brew install jsoncpp mariadb hiredis redis
- name: (Linux) Install dependencies
if: runner.os == 'Linux'
@ -174,10 +172,8 @@ jobs:
- name: (macOS) Prepare for testing
if: runner.os == 'macOS'
run: |
cd $(brew --prefix)/Homebrew/Library/Taps/homebrew/homebrew-services
cd ~
brew tap homebrew/services
brew services restart postgresql
brew services restart postgresql@14
brew services start mariadb
brew services start redis
sleep 4