File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,10 +63,10 @@ jobs:
6363 poetry config virtualenvs.create false
6464 - name : Install ODBC driver
6565 run : |
66- sudo curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
67- sudo curl https:// packages. microsoft.com/config/ubuntu/$(lsb_release -rs)/ prod.list -o /etc/apt/sources.list.d/mssql-release.list
66+ curl -sSL -O https://packages.microsoft.com/config/ubuntu/$(grep VERSION_ID /etc/os-release | cut -d '"' -f 2)/packages-microsoft-prod.deb
67+ sudo dpkg -i packages- microsoft- prod.deb
6868 sudo apt-get update
69- ACCEPT_EULA=Y sudo apt-get install -y msodbcsql18
69+ sudo ACCEPT_EULA=Y apt-get install -y msodbcsql18
7070 - name : Run ci
7171 run : make ci
7272 - name : Test FastAPI/Blacksheep Example
You can’t perform that action at this time.
0 commit comments