Skip to content

Commit

Permalink
ga build
Browse files Browse the repository at this point in the history
  • Loading branch information
4kimov committed Dec 21, 2024
1 parent cb4c8c0 commit 432b5ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
override: true
components: rustfmt, clippy

- name: Install pkg-config (macOS)
if: runner.os == 'macOS'
run: brew install pkg-config

- name: Cache Rust dependencies
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -52,8 +56,6 @@ jobs:
- name: Build Extension
run: cargo pgrx package
env:
PGRX_NO_ICU: 1

- name: Upload Extension Artifact
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pg16 = ["pgrx/pg16", "pgrx-tests/pg16" ]
pg_test = []

[dependencies]
pgrx = "=0.11.4"
pgrx = "0.12.9"
sqids = "0.4.2"
thiserror = "2.0.8"

Expand Down

0 comments on commit 432b5ee

Please sign in to comment.