Skip to content

Commit 500b466

Browse files
JaBistDuNarrischJaBistDuNarrisch
authored andcommitted
Update
1 parent 7f729b2 commit 500b466

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/dotnetpull.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,9 @@ jobs:
7070
9.0.x
7171
- name: Install Microsoft GPG apt-key
7272
run: |
73-
wget https://packages.microsoft.com/keys/microsoft.asc -O microsoft.asc
74-
gpg --dearmor microsoft.asc
75-
chmod 644 microsoft.asc.gpg
76-
sudo mv microsoft.asc.gpg /etc/apt/trusted.gpg.d/microsoft.gpg
73+
curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
7774
- name: Add Microsoft SQL Server repo
7875
run: |
79-
sudo apt-key add /etc/apt/trusted.gpg.d/microsoft.gpg
8076
curl https://packages.microsoft.com/config/ubuntu/25.10/prod.list | sudo tee /etc/apt/sources.list.d/msprod.list
8177
sudo apt-get update
8278
- name: Install SQLCMD tools

0 commit comments

Comments
 (0)