We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3790c16 commit edf4634Copy full SHA for edf4634
.github/workflows/main.yml
@@ -24,6 +24,10 @@ jobs:
24
- "8.3"
25
- "8.4"
26
steps:
27
+ - name: Install ODBC driver.
28
+ run: |
29
+ sudo curl https://packages.microsoft.com/config/ubuntu/$(lsb_release -rs)/prod.list | sudo tee /etc/apt/sources.list.d/mssql-release.list
30
+ sudo ACCEPT_EULA=Y apt-get install -y msodbcsql18
31
- name: Checkout
32
uses: actions/checkout@v2
33
- name: Setup DB services
0 commit comments