Skip to content

Commit 964af8d

Browse files
committed
Install missing winget on the windows-11-arm runner
1 parent 3df9851 commit 964af8d

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
@@ -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

0 commit comments

Comments
 (0)