Skip to content

Commit 62f038d

Browse files
committed
Trying to fix Microsoft issue.
1 parent be3f854 commit 62f038d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/github-actions.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ jobs:
4848
PGPASSWORD=postgres psql eventsourcing_sqlalchemy -c "CREATE SCHEMA myschema AUTHORIZATION eventsourcing" -U postgres -h localhost
4949
5050
- name: Install Microsoft ODBC
51-
run: sudo ACCEPT_EULA=Y apt-get install msodbcsql18 -y
51+
run: |
52+
sudo apt-get update
53+
sudo ACCEPT_EULA=Y apt-get install msodbcsql18 -y
5254
5355
- name: Setup MSSQL database
5456
run: |

0 commit comments

Comments
 (0)