We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9c38ce commit 342880fCopy full SHA for 342880f
.github/workflows/single-postgres.yml
@@ -39,6 +39,12 @@ jobs:
39
uses: actions/setup-python@v5
40
with:
41
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
48
- uses: ankane/setup-postgres@v1
49
50
postgres-version: ${{ inputs.postgresql }}
0 commit comments