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 a97a33334c
commit 3e51dc0581
7 changed files with 0 additions and 16 deletions

View file

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