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 1f15424 commit bc421a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- uses: actions/checkout@v3
- name: Install cargo-pgrx
run: cargo install --locked --version=0.11.2 cargo-pgrx --debug --force
- name: Init pgrx
run: cargo pgrx init --pg14 /usr/bin/pg_config
- name: Install extension
run: cargo pgrx install
- name: Build package
Expand Down

0 comments on commit bc421a6

Please sign in to comment.