Skip to content

Commit edf4634

Browse files
committed
Update CI workflows
1 parent 3790c16 commit edf4634

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
- "8.3"
2525
- "8.4"
2626
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
2731
- name: Checkout
2832
uses: actions/checkout@v2
2933
- name: Setup DB services

0 commit comments

Comments
 (0)