Skip to content

Commit

Permalink
Update install.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspermarstal authored Jan 13, 2024
1 parent bc421a6 commit 631fd34
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
Install:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
- name: Install PostgreSQL headers
run: apt-get install libpq5=14
- name: Install cargo-pgrx
run: cargo install --locked --version=0.11.2 cargo-pgrx --debug --force
- name: Init pgrx
Expand Down

0 comments on commit 631fd34

Please sign in to comment.