mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 04:00:57 +03:00
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:
commit
658303d375
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue