mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-17 07:49:54 +03:00
Comment-out unixodbc-dev installation in CI, as it's already present in Ubuntu 22.04
This commit is contained in:
parent
91b90b276a
commit
ccc3a4b584
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