Skip to content

Commit 8bbe6a0

Browse files
committed
Try more flags to let it send the country code to the server
1 parent 964af8d commit 8bbe6a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
run: Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe
240240
- name: Upgrade Git for Windows
241241
if: startsWith(matrix.os, 'windows')
242-
run: winget upgrade git --accept-source-agreements
242+
run: winget upgrade git --silent --accept-source-agreements --accept-package-agreements
243243
- uses: actions/checkout@v6
244244
with:
245245
persist-credentials: false
@@ -295,7 +295,7 @@ jobs:
295295
if: matrix.os == 'windows-11-arm'
296296
run: Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe
297297
- name: Upgrade Git for Windows
298-
run: winget upgrade git --accept-source-agreements
298+
run: winget upgrade git --silent --accept-source-agreements --accept-package-agreements
299299
- uses: actions/checkout@v6
300300
with:
301301
persist-credentials: false

0 commit comments

Comments
 (0)