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 be3f854 commit 62f038dCopy full SHA for 62f038d
1 file changed
.github/workflows/github-actions.yml
@@ -48,7 +48,9 @@ jobs:
48
PGPASSWORD=postgres psql eventsourcing_sqlalchemy -c "CREATE SCHEMA myschema AUTHORIZATION eventsourcing" -U postgres -h localhost
49
50
- name: Install Microsoft ODBC
51
- run: sudo ACCEPT_EULA=Y apt-get install msodbcsql18 -y
+ run: |
52
+ sudo apt-get update
53
+ sudo ACCEPT_EULA=Y apt-get install msodbcsql18 -y
54
55
- name: Setup MSSQL database
56
run: |
0 commit comments