Skip to content

Create test-choco.yml #1

Create test-choco.yml

Create test-choco.yml #1

Workflow file for this run

name: Install Git on Windows
on: [push]
jobs:
install-git:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Git
run: choco install git -y