Skip to content

Commit 09b8404

Browse files
committed
Try more flags to let it send the country code to the server
1 parent 7146e54 commit 09b8404

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
@@ -259,7 +259,7 @@ jobs:
259259
run: Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe
260260
- name: Upgrade Git for Windows
261261
if: startsWith(matrix.os, 'windows')
262-
run: winget upgrade git --accept-source-agreements
262+
run: winget upgrade git --silent --accept-source-agreements --accept-package-agreements
263263
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
264264
with:
265265
persist-credentials: false
@@ -333,7 +333,7 @@ jobs:
333333
if: matrix.os == 'windows-11-arm'
334334
run: Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe
335335
- name: Upgrade Git for Windows
336-
run: winget upgrade git --accept-source-agreements
336+
run: winget upgrade git --silent --accept-source-agreements --accept-package-agreements
337337
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
338338
with:
339339
persist-credentials: false

0 commit comments

Comments
 (0)