We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d845b3 commit 4574f7cCopy full SHA for 4574f7c
1 file changed
.github/workflows/ci.yml
@@ -76,10 +76,11 @@ jobs:
76
echo '::set-env name=MYSQL_EXAMPLE_DATABASE_URL::mysql://root:root@localhost/diesel_example'
77
echo '::set-env name=MYSQL_UNIT_TEST_DATABASE_URL::mysql://root:root@localhost/diesel_unit_test'
78
79
- - name: Install postgres (MacOs)
+ - name: Install postgres (MacOS)
80
if: runner.os == 'macOS' && matrix.backend == 'postgres'
81
run: |
82
brew update
83
+ brew uninstall --ignore-dependencies libpq
84
brew install postgres
85
/usr/local/opt/postgres/bin/pg_ctl -D /usr/local/var/postgres start
86
sleep 3
0 commit comments