Skip to content

Commit 3194cd8

Browse files
committed
Install Git
1 parent ecceae2 commit 3194cd8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ jobs:
2929

3030
steps:
3131
- uses: actions/checkout@v4
32+
- name: Install Git
33+
run: |
34+
apt-get update
35+
apt-get install -y --no-install-recommends git
36+
apt-get purge -y --auto-remove
37+
rm -rf /var/lib/apt/lists/*
3238
- name: Install dependencies
3339
run: |
3440
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)