Skip to content

Commit ed8b33e

Browse files
committed
adding apt-get update on set up postgres step
1 parent b757a5e commit ed8b33e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737

3838
- name: Set up postgres
3939
run: |
40+
apt-get update
4041
apt-get install --yes --no-install-recommends postgresql-client
4142
PGPASSWORD=postgres psql postgres -h localhost -d postgres -f ./resources/ddl-database.sql
4243

0 commit comments

Comments
 (0)