Skip to content

Commit 7f729b2

Browse files
JaBistDuNarrischJaBistDuNarrisch
authored andcommitted
Update
1 parent fc5a402 commit 7f729b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dotnetpull.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ jobs:
7676
sudo mv microsoft.asc.gpg /etc/apt/trusted.gpg.d/microsoft.gpg
7777
- name: Add Microsoft SQL Server repo
7878
run: |
79-
sudo tee /etc/apt/sources.list.d/mssql-release.list > /dev/null <<EOF deb [arch=amd64] https://packages.microsoft.com/ubuntu/$(lsb_release -rs)/prod $(lsb_release -cs) main EOF
79+
sudo apt-key add /etc/apt/trusted.gpg.d/microsoft.gpg
80+
curl https://packages.microsoft.com/config/ubuntu/25.10/prod.list | sudo tee /etc/apt/sources.list.d/msprod.list
8081
sudo apt-get update
8182
- name: Install SQLCMD tools
8283
run: |

0 commit comments

Comments
 (0)