Skip to content

Commit 2545dc2

Browse files
committed
fix(postgres): uninstall pre-installed postgres
1 parent 4f233e0 commit 2545dc2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/postgres.yml

+6
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ jobs:
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- uses: actions/checkout@v3
17+
- name: Uninstall Postgres
18+
run: |
19+
sudo apt-get remove postgresql postgresql-contrib
20+
sudo apt-get --purge remove postgresql postgresql-contrib
21+
sudo apt-get autoremove
22+
sudo apt-get autoclean
1723
- name: Setup Fluent CI
1824
uses: fluentci-io/setup-fluentci@v5
1925
with:

0 commit comments

Comments
 (0)