From 48499f156036cbbc9d1ca0a5aec70532832ab773 Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Mon, 4 Nov 2024 14:53:20 -0600 Subject: [PATCH] force link --- .github/actions/setup-postgres-macos/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/setup-postgres-macos/action.yml b/.github/actions/setup-postgres-macos/action.yml index 3ce1cd7144e..ebb818e78c4 100644 --- a/.github/actions/setup-postgres-macos/action.yml +++ b/.github/actions/setup-postgres-macos/action.yml @@ -6,6 +6,7 @@ runs: - shell: bash run: | brew install postgresql@16 + brew link postgresql@16 --force brew services start postgresql@16 echo "Check PostgreSQL service is running" i=10