You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use mcr.microsoft.com/mssql-tools Docker image for sqlcmd
Avoids apt-get install sqlcmd which fails on ubuntu-24.04.
Docker is pre-installed on GitHub Actions runners; the mssql-tools image
provides sqlcmd at /opt/mssql-tools/bin/sqlcmd.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments