Skip to content

Commit

Permalink
Set HOMEBREW_CELLAR env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
artemgavrilov committed Jan 23, 2024
1 parent 8f8f534 commit 720e5c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/postgresql-16-src-make-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
- name: Install dependencies
run: |
brew install make autoconf openssl@3 curl json-c gettext icu4c
echo "HOMEBREW_CELLAR=$(brew --cellar)" >> $GITHUB_ENV
- name: Clone postgres repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 720e5c9

Please sign in to comment.