Merge pull request #1706 from acelaya-forks/feature/fix-ms-ci

Comment-out unixodbc-dev installation in CI, as it's already present …
This commit is contained in:
Alejandro Celaya 2023-02-16 19:33:08 +01:00 committed by GitHub
commit 658303d375
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,4 +6,4 @@ curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
curl https://packages.microsoft.com/config/ubuntu/22.04/prod.list > /etc/apt/sources.list.d/mssql-release.list
apt-get update
ACCEPT_EULA=Y apt-get install msodbcsql18
apt-get install unixodbc-dev
# apt-get install unixodbc-dev