Skip to content

Commit da56d10

Browse files
authored
Create test-choco.yml
1 parent 8e6cf6a commit da56d10

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/test-choco.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Install Git on Windows
2+
3+
on: [push]
4+
5+
jobs:
6+
install-git:
7+
runs-on: windows-latest
8+
9+
steps:
10+
- name: Checkout repository
11+
uses: actions/checkout@v4
12+
13+
- name: Install Git
14+
run: choco install git -y

0 commit comments

Comments
 (0)