Skip to content

Commit 432b5ee

Browse files
committed
ga build
1 parent cb4c8c0 commit 432b5ee

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
override: true
2020
components: rustfmt, clippy
2121

22+
- name: Install pkg-config (macOS)
23+
if: runner.os == 'macOS'
24+
run: brew install pkg-config
25+
2226
- name: Cache Rust dependencies
2327
uses: actions/cache@v3
2428
with:
@@ -52,8 +56,6 @@ jobs:
5256
5357
- name: Build Extension
5458
run: cargo pgrx package
55-
env:
56-
PGRX_NO_ICU: 1
5759

5860
- name: Upload Extension Artifact
5961
uses: actions/upload-artifact@v3

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pg16 = ["pgrx/pg16", "pgrx-tests/pg16" ]
1515
pg_test = []
1616

1717
[dependencies]
18-
pgrx = "=0.11.4"
18+
pgrx = "0.12.9"
1919
sqids = "0.4.2"
2020
thiserror = "2.0.8"
2121

0 commit comments

Comments
 (0)