Skip to content

Commit 635d477

Browse files
committed
Test another way to upgrade GfW on CI if needed
1 parent 8699d0f commit 635d477

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 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: Upgrade Git for Windows
238+
if: startsWith(matrix.os, 'windows')
239+
run: winget upgrade git
237240
- uses: actions/checkout@v5
238241
with:
239242
persist-credentials: false

0 commit comments

Comments
 (0)