Skip to content

Commit eee61d6

Browse files
JaBistDuNarrischJaBistDuNarrisch
authored andcommitted
Download microsoft.asc
1 parent 62a74fe commit eee61d6

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
@@ -70,7 +70,8 @@ jobs:
7070
9.0.x
7171
- name: Install Microsoft GPG apt-key
7272
run: |
73-
curl -sSL https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg
73+
wget https://packages.microsoft.com/keys/microsoft.asc -O microsoft.gpg
74+
gpg --dearmor < microsoft.asc > microsoft.gpg
7475
sudo install -o root -g root -m 644 microsoft.gpg /etc/apt/trusted.gpg.d/
7576
- name: Add Microsoft SQL Server repo
7677
run: |

0 commit comments

Comments
 (0)