Skip to content

Commit

Permalink
Don't install git on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
xdoardo committed Jan 21, 2025
1 parent c2a27ed commit 550bebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
if: startsWith(matrix.target.id, 'windows-')
shell: bash
run: |
choco install ninja git
choco install ninja
- name: Setup MSVC (Windows)
uses: ilammy/msvc-dev-cmd@v1
Expand Down

0 comments on commit 550bebd

Please sign in to comment.