Skip to content

Commit 226e164

Browse files
authored
Fix CI again (#1004)
1 parent e42946d commit 226e164

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ubuntu-packages-and-docker-image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
with:
9999
working-directory: pgml-extension
100100
command: install
101-
args: cargo-pgrx --version "0.9.8" --locked
101+
args: cargo-pgrx --version "0.10.0" --locked
102102
- name: pgrx init
103103
uses: postgresml/gh-actions-cargo@master
104104
with:
@@ -187,6 +187,7 @@ jobs:
187187
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
188188
AWS_DEFAULT_REGION: ${{ vars.AWS_DEFAULT_REGION }}
189189
run: |
190+
cargo install cargo-pgml-components
190191
bash packages/postgresml-dashboard/release.sh ${{ inputs.packageVersion }}
191192
192193
#

0 commit comments

Comments
 (0)