We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d0e1a commit 5029aedCopy full SHA for 5029aed
.github/workflows/ubuntu-packages-and-docker-image.yml
@@ -12,6 +12,7 @@ jobs:
12
postgresml-pgml:
13
strategy:
14
fail-fast: false # Let the other job finish
15
+ max-parallel: 1 # Only one job at a time from this matrix
16
matrix:
17
include:
18
# Ubuntu 24.04 LTS (Noble)
@@ -112,13 +113,6 @@ jobs:
112
113
sudo gem install deb-s3-0.11.4.gem
114
sudo dpkg --configure -a
115
dpkg-deb --version
-
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
123
- name: Install pgrx
124
uses: postgresml/gh-actions-cargo@master
0 commit comments