Skip to content

Commit ed4d20c

Browse files
committed
asdf
1 parent e5f784b commit ed4d20c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-test.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
steps:
1010
- name: Checkout Repository
1111
uses: actions/checkout@v3
12+
- name: Install Git
13+
run: apt update && apt install -y git
1214
- name: Run Tests
1315
env:
1416
COVERALLS: 'true'

0 commit comments

Comments
 (0)