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:
63
63
poetry config virtualenvs.create false
64
64
- name : Install ODBC driver
65
65
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
68
68
sudo apt-get update
69
- ACCEPT_EULA=Y sudo apt-get install -y msodbcsql18
69
+ sudo ACCEPT_EULA=Y apt-get install -y msodbcsql18
70
70
- name : Run ci
71
71
run : make ci
72
72
- name : Test FastAPI/Blacksheep Example
You can’t perform that action at this time.
0 commit comments