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 a2c2b5d commit 0b6f5f8Copy full SHA for 0b6f5f8
.github/workflows/ci-test.yml
@@ -130,7 +130,7 @@ jobs:
130
131
- name: Install postgres
132
run: |
133
- sudo apt-get install postgresql
+ sudo apt-get update && sudo apt-get install postgresql
134
# Disable fsync for speed, don't care about data durability
135
# when testing
136
sudo sed -i -e '$a\fsync = off' /etc/postgresql/*/*/postgresql.conf
0 commit comments