Skip to content

Commit 7146e54

Browse files
committed
Install missing winget on the windows-11-arm runner
1 parent e8423b2 commit 7146e54

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)