ci: remove git install step

This commit is contained in:
Ali Chraghi 2023-01-12 21:10:17 +03:30 committed by Stephen Gutekanst
parent 1edaed63dc
commit 4605cc733e

View file

@ -43,8 +43,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Git
run: choco install git
- name: Setup Zig
run: |
$ProgressPreference = 'SilentlyContinue'