Skip to content

Commit 6f97769

Browse files
committed
use sudo to install ext
1 parent 17cbc97 commit 6f97769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Install PG extension
6363
run: |
6464
cd pg_golden_axe
65-
cargo pgrx install -p pg_golden_axe
65+
cargo pgrx install --sudo -p pg_golden_axe
6666
6767
- name: Run tests
6868
run: cargo test -- --no-capture

0 commit comments

Comments
 (0)