Skip to content

Commit 96e14b8

Browse files
JaBistDuNarrischJaBistDuNarrisch
authored andcommitted
Downgrade ubuntu version - key not present for latest v
1 parent 500b466 commit 96e14b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnetpull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
7474
- name: Add Microsoft SQL Server repo
7575
run: |
76-
curl https://packages.microsoft.com/config/ubuntu/25.10/prod.list | sudo tee /etc/apt/sources.list.d/msprod.list
76+
curl https://packages.microsoft.com/config/ubuntu/24.10/prod.list | sudo tee /etc/apt/sources.list.d/msprod.list
7777
sudo apt-get update
7878
- name: Install SQLCMD tools
7979
run: |

0 commit comments

Comments
 (0)