Skip to content

Commit f4d5ab5

Browse files
committed
yeah
1 parent 7d41e1d commit f4d5ab5

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ jobs:
110110
111111
curl -sLO https://github.com/deb-s3/deb-s3/releases/download/0.11.4/deb-s3-0.11.4.gem
112112
sudo gem install deb-s3-0.11.4.gem
113+
sudo dpkg --configure -a
113114
dpkg-deb --version
114115
- name: Install pgrx
115116
uses: postgresml/gh-actions-cargo@master
@@ -233,6 +234,12 @@ jobs:
233234
- uses: actions-rs/toolchain@v1
234235
with:
235236
toolchain: stable
237+
- name: Update dependencies
238+
run: |
239+
curl -sLO https://github.com/deb-s3/deb-s3/releases/download/0.11.4/deb-s3-0.11.4.gem
240+
sudo gem install deb-s3-0.11.4.gem
241+
sudo dpkg --configure -a
242+
dpkg-deb --version
236243
- name: Build and release package
237244
env:
238245
AWS_ACCESS_KEY_ID: ${{ vars.AWS_ACCESS_KEY_ID }}

.github/workflows/ubuntu-postgresml-python-package.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
python3-pip \
4646
libpython3.11-dev \
4747
python3.11-dev
48+
49+
sudo dpkg --configure -a
4850
- name: Build and release package
4951
env:
5052
AWS_ACCESS_KEY_ID: ${{ vars.AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)