Skip to content

Commit 9d40d7e

Browse files
committed
feat: add installation command for Microsoft ODBC Driver in SQLServer build workflow.
1 parent 762243b commit 9d40d7e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-mssql.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
php-version: '["8.4"]'
4444
phpunit-group: mssql
4545
setup-commands: |
46+
# Install Microsoft ODBC Driver for SQL Server
47+
sudo ACCEPT_EULA=Y apt-get install -y msodbcsql18
48+
4649
# Wait for SQL Server to be fully ready
4750
sleep 15
4851

0 commit comments

Comments
 (0)