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 @@ -254,6 +254,9 @@ jobs:
254254 runs-on : ${{ matrix.os }}
255255
256256 steps :
257+ - name : Set up WinGet
258+ if : matrix.os == 'windows-11-arm'
259+ run : Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe
257260 - name : Upgrade Git for Windows
258261 if : startsWith(matrix.os, 'windows')
259262 run : winget upgrade git --accept-source-agreements
@@ -326,6 +329,9 @@ jobs:
326329 runs-on : ${{ matrix.os }}
327330
328331 steps :
332+ - name : Set up WinGet
333+ if : matrix.os == 'windows-11-arm'
334+ run : Add-AppxPackage -RegisterByFamilyName -MainPackage Microsoft.DesktopAppInstaller_8wekyb3d8bbwe
329335 - name : Upgrade Git for Windows
330336 run : winget upgrade git --accept-source-agreements
331337 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
You can’t perform that action at this time.
0 commit comments