Skip to content

Commit

Permalink
pg16
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend committed Oct 22, 2024
1 parent 4a7b913 commit d3cd89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extension_upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: echo "CI_BRANCH=$(git name-rev --name-only HEAD)" >> $GITHUB_OUTPUT
- name: Install sys dependencies
run: |
sudo apt-get update && sudo apt-get install -y postgresql-server-dev-15 libopenblas-dev libreadline-dev
sudo apt-get update && sudo apt-get install -y postgresql-server-dev-16 libopenblas-dev libreadline-dev
- uses: ./.github/actions/pgx-init
with:
working-directory: ./extension
Expand Down

0 comments on commit d3cd89d

Please sign in to comment.