Skip to content

Commit

Permalink
Update changed homebrew path
Browse files Browse the repository at this point in the history
The path to PostgreSQL has changed. This PR adjusts the needed
environment variable.
  • Loading branch information
jnidzwetzki committed Apr 25, 2024
1 parent 0f1983e commit 79df864
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/homebrew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ name: Homebrew
branches:
- release_test
- trigger/package_test
- trigger/homebrew_test

jobs:
homebrew:
Expand All @@ -28,7 +29,7 @@ jobs:
- name: Setup
run: |
brew install postgresql@16
echo "/usr/local/opt/postgresql@16/bin" >> $GITHUB_PATH
echo "/opt/homebrew/opt/postgresql@16/bin" >> $GITHUB_PATH
brew tap timescale/tap
brew info timescaledb
Expand Down

0 comments on commit 79df864

Please sign in to comment.