Skip to content

Commit 12dc15d

Browse files
authored
Fix CI (#1003)
1 parent 5ea0216 commit 12dc15d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
curl https://sh.rustup.rs -sSf | sh -s -- -y
5454
source ~/.cargo/env
55-
cargo install cargo-pgrx --version "0.9.8" --locked
55+
cargo install cargo-pgrx --version "0.10.0" --locked
5656
5757
if [[ ! -d ~/.pgrx ]]; then
5858
cargo pgrx init

0 commit comments

Comments
 (0)