Skip to content

Commit aaf9298

Browse files
authored
Fix brew on mac CI (#6071)
1 parent e8ce19f commit aaf9298

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ jobs:
232232
- name: Start PostgreSQL ${{ matrix.pg_major }} (MacOS)
233233
if: startsWith(matrix.os, 'macos')
234234
run: |
235+
brew update
235236
brew install postgresql@${{ matrix.pg_major }}
236237
237238
PGDATA=/opt/homebrew/var/postgresql@${{ matrix.pg_major }}

0 commit comments

Comments
 (0)