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 09199b0 commit bd4dc19Copy full SHA for bd4dc19
.github/workflows/dotnetpull.yml
@@ -71,7 +71,7 @@ jobs:
71
- name: Install SQLCMD tools
72
run: |
73
curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
74
- curl https://packages.microsoft.com/config/ubuntu/20.04/prod.list | sudo tee /etc/apt/sources.list.d/msprod.list
+ curl https://packages.microsoft.com/config/ubuntu/25.10/prod.list | sudo tee /etc/apt/sources.list.d/msprod.list
75
sudo apt-get update
76
sudo ACCEPT_EULA=Y apt-get install -y mssql-tools unixodbc-dev
77
echo 'export PATH="$PATH:/opt/mssql-tools/bin"' >> ~/.bashrc
0 commit comments