Skip to content

Commit

Permalink
Merge branch 'main' into PG-1095-check-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
artemgavrilov authored Nov 7, 2024
2 parents 479e6fc + 33df676 commit c449130
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/postgresql-16-src-make-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ jobs:
- name: Install dependencies
run: |
brew tap hashicorp/tap
brew install gnu-sed hashicorp/tap/vault
brew install gnu-sed icu4c hashicorp/tap/vault
sudo /usr/bin/perl -MCPAN -e 'install HTTP::Server::Simple'
sudo /usr/bin/perl -MCPAN -e 'install IPC::Run'
sudo /usr/bin/perl -MCPAN -e 'install Text::Trim'
- name: Clone postgres repository
uses: actions/checkout@v4
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/postgresql-16-src-meson-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ jobs:
- name: Install dependencies
run: |
brew tap hashicorp/tap
brew install meson gnu-sed hashicorp/tap/vault
brew install meson gnu-sed icu4c hashicorp/tap/vault
sudo /usr/bin/perl -MCPAN -e 'install HTTP::Server::Simple'
sudo /usr/bin/perl -MCPAN -e 'install IPC::Run'
sudo /usr/bin/perl -MCPAN -e 'install Text::Trim'
- name: Clone postgres repository
uses: actions/checkout@v4
Expand Down

0 comments on commit c449130

Please sign in to comment.