File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -234,6 +234,9 @@ jobs:
234234 runs-on : ${{ matrix.os }}
235235
236236 steps :
237+ - name : Set up WinGet
238+ if : matrix.os == 'windows-11-arm'
239+ run : Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe
237240 - name : Upgrade Git for Windows
238241 if : startsWith(matrix.os, 'windows')
239242 run : winget upgrade git --accept-source-agreements
@@ -288,6 +291,9 @@ jobs:
288291 runs-on : ${{ matrix.os }}
289292
290293 steps :
294+ - name : Set up WinGet
295+ if : matrix.os == 'windows-11-arm'
296+ run : Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe
291297 - name : Upgrade Git for Windows
292298 run : winget upgrade git --accept-source-agreements
293299 - uses : actions/checkout@v6
You can’t perform that action at this time.
0 commit comments