Skip to content

Commit

Permalink
report postgres version
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeebbbbrrrr committed Nov 22, 2024
1 parent 082c3d7 commit 6231e3e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/package-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
- name: Rustup
run: $TOOL_DIR/rustup.sh nightly

- name: Report version
run: |
cargo --version
pg_config --version
- name: Install cargo pgrx
run: cargo +nightly install --path cargo-pgrx --debug

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/runas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
sudo apt-get install -y postgresql-server-dev-14
- name: Report version
run: cargo --version
run: |
cargo --version
pg_config --version
- name: Install cargo pgrx
run: cd cargo-pgrx && cargo install --path . --debug
Expand Down

0 comments on commit 6231e3e

Please sign in to comment.