Skip to content

Commit

Permalink
ensure postgres version used is 15 not 14
Browse files Browse the repository at this point in the history
  • Loading branch information
damonmcc committed Mar 28, 2024
1 parent e13841e commit dbf822f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update_api_database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
brew uninstall postgresql@14
brew install postgresql@15
export PATH="/usr/local/opt/postgresql@15/bin:$PATH"
echo export PATH="/usr/local/opt/postgresql@15/bin:$PATH" >> ~/.bashrc
brew services start postgresql@15
brew install minio/stable/mc
mc alias set spaces $DO_SPACES_ENDPOINT $DO_SPACES_ACCESS_KEY_ID $DO_SPACES_SECRET_ACCESS_KEY
Expand Down

0 comments on commit dbf822f

Please sign in to comment.