Installing Microsoft ODBC Driver 18 for SQL Server in GitHub Actions
Use:
1
2
- name: Install Microsoft ODBC
run: sudo ACCEPT_EULA=Y apt-get install msodbcsql18 -y
Ref (NB: additional steps, on port mapping, don’t seem to be necessary. This is an abbreviated version of the instructions available here.)
This post is licensed under CC BY 4.0 by the author.