Skip to content

Commit 342880f

Browse files
committed
fixup: update system first
1 parent a9c38ce commit 342880f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/single-postgres.yml

+6
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ jobs:
3939
uses: actions/setup-python@v5
4040
with:
4141
python-version: ${{ matrix.python-version }}
42+
- name: Update system
43+
run: |
44+
apt get upgrade
45+
# - name: Uninstall PostgreSQL
46+
# run: |
47+
# apt remove -y postgresql-common postgresql-client-common
4248
- uses: ankane/setup-postgres@v1
4349
with:
4450
postgres-version: ${{ inputs.postgresql }}

0 commit comments

Comments
 (0)