Skip to content

Commit

Permalink
Enable installation of Git SDK on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
auriocus committed Apr 8, 2022
1 parent 10dbbd0 commit 45f0cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release_xplat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: checkout repo
uses: actions/checkout@v2
- name: Install git sdk
if: ${{ matrix.os == 'windows-latest' }}
if: ${{ matrix.os == 'windows-2019' }}
uses: git-for-windows/setup-git-for-windows-sdk@v1
with:
flavor: full
Expand Down

0 comments on commit 45f0cb3

Please sign in to comment.