File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 - name : Prepare environment for postgres-server installation
4242 run : |
4343 sudo apt remove postgresql-client-common
44+ sudo apt list -a postgresql-client-common
4445 sudo apt install postgresql-client-common=257
4546 sudo apt install postgresql-common
4647 sudo python -m pip install --upgrade pip
@@ -137,6 +138,7 @@ jobs:
137138 - name : Prepare environment for postgres-server installation
138139 run : |
139140 sudo apt remove postgresql-client-common
141+ sudo apt list -a postgresql-client-common
140142 sudo apt install postgresql-client-common=257
141143 sudo apt install postgresql-common
142144 sudo python -m pip install --upgrade pip
@@ -237,6 +239,7 @@ jobs:
237239 - name : Prepare environment for postgres-server installation
238240 run : |
239241 sudo apt remove postgresql-client-common
242+ sudo apt list -a postgresql-client-common
240243 sudo apt install postgresql-client-common=257
241244 sudo apt install postgresql-common
242245 sudo python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments