🌐 AI搜索 & 代理 主页
Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update ubuntu-packages-and-docker-image.yml
  • Loading branch information
kczimm authored Feb 5, 2025
commit a1d0e1a9d43c0f8ed9b6e5163a8a98edd3d4b27c
8 changes: 8 additions & 0 deletions .github/workflows/ubuntu-packages-and-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,14 @@ jobs:
sudo gem install deb-s3-0.11.4.gem
sudo dpkg --configure -a
dpkg-deb --version

- name: Remove dpkg locks
run: |
sudo rm -f /var/lib/dpkg/lock
sudo rm -f /var/lib/dpkg/lock-frontend
sudo rm -f /var/lib/apt/lists/lock
sudo rm -f /var/cache/apt/archives/lock

- name: Install pgrx
uses: postgresml/gh-actions-cargo@master
with:
Expand Down
Loading