We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082c3d7 commit 6231e3eCopy full SHA for 6231e3e
.github/workflows/package-test.yaml
@@ -30,6 +30,11 @@ jobs:
30
- name: Rustup
31
run: $TOOL_DIR/rustup.sh nightly
32
33
+ - name: Report version
34
+ run: |
35
+ cargo --version
36
+ pg_config --version
37
+
38
- name: Install cargo pgrx
39
run: cargo +nightly install --path cargo-pgrx --debug
40
.github/workflows/runas.yml
@@ -26,7 +26,9 @@ jobs:
26
sudo apt-get install -y postgresql-server-dev-14
27
28
- name: Report version
29
- run: cargo --version
run: cd cargo-pgrx && cargo install --path . --debug
0 commit comments