Skip to content

Commit a1d0e1a

Browse files
authored
Update ubuntu-packages-and-docker-image.yml
1 parent f4d5ab5 commit a1d0e1a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,14 @@ jobs:
112112
sudo gem install deb-s3-0.11.4.gem
113113
sudo dpkg --configure -a
114114
dpkg-deb --version
115+
116+
- name: Remove dpkg locks
117+
run: |
118+
sudo rm -f /var/lib/dpkg/lock
119+
sudo rm -f /var/lib/dpkg/lock-frontend
120+
sudo rm -f /var/lib/apt/lists/lock
121+
sudo rm -f /var/cache/apt/archives/lock
122+
115123
- name: Install pgrx
116124
uses: postgresml/gh-actions-cargo@master
117125
with:

0 commit comments

Comments
 (0)