Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# missing whenever the deps cache key changes (e.g. after Cargo.lock is
# committed/updated). `cargo install` is a fast no-op when already present.
- name: Install pgrx
run: cargo install cargo-pgrx --version 0.16.1 --locked
run: cargo install cargo-pgrx --version 0.16.1 --locked --force
- run: cargo pgrx init
if: steps.cache_pgrx.outputs.cache-hit != 'true'
- run: cargo build --verbose
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.DS_Store
.idea/
/target
**/target
*.iml
**/*.rs.bk
pg_regress/results
Expand Down
Loading
Loading