Skip to content

Commit 4574f7c

Browse files
martellweiznich
authored andcommitted
Fix Actions on MacOS Latest
1 parent 4d845b3 commit 4574f7c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,11 @@ jobs:
7676
echo '::set-env name=MYSQL_EXAMPLE_DATABASE_URL::mysql://root:root@localhost/diesel_example'
7777
echo '::set-env name=MYSQL_UNIT_TEST_DATABASE_URL::mysql://root:root@localhost/diesel_unit_test'
7878
79-
- name: Install postgres (MacOs)
79+
- name: Install postgres (MacOS)
8080
if: runner.os == 'macOS' && matrix.backend == 'postgres'
8181
run: |
8282
brew update
83+
brew uninstall --ignore-dependencies libpq
8384
brew install postgres
8485
/usr/local/opt/postgres/bin/pg_ctl -D /usr/local/var/postgres start
8586
sleep 3

0 commit comments

Comments
 (0)