Compare commits

..

2 Commits

Author SHA1 Message Date
an-tao
43b014cc24 Update trantor 2023-08-12 17:11:51 +08:00
Ken Matsui
4ad68db5e2
Address warnings on macOS CI (#1722) 2023-08-12 13:08:32 +08:00
2 changed files with 4 additions and 8 deletions

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

@ -1 +1 @@
Subproject commit e50b4162de48717a569ccd5c6f31c1e9a9b6374b
Subproject commit a9dc4974da7131a9bf85e1bc198c44a4a2ed045d