Compare commits

..

No commits in common. "43b014cc241541318c2f74f91c065497c1a9c91e" and "d3dbaed60a152a6f9333d3ec6b23f0d1849db11a" have entirely different histories.

2 changed files with 8 additions and 4 deletions

View File

@ -100,8 +100,10 @@ jobs:
- name: (macOS) Install dependencies
if: runner.os == 'macOS'
# Already installed: brotli, zlib, postgresql@14, lz4, sqlite3
run: brew install jsoncpp mariadb hiredis redis
run: |
brew install jsoncpp brotli zlib
brew install lz4 mariadb sqlite3 postgresql hiredis
brew install redis
- name: (Linux) Install dependencies
if: runner.os == 'Linux'
@ -172,8 +174,10 @@ 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@14
brew services restart postgresql
brew services start mariadb
brew services start redis
sleep 4

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