Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c991827

Browse files
committed
Revert "Install Git"
This reverts commit 3194cd8.
1 parent 3194cd8 commit c991827

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ 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/*
3832
- name: Install dependencies
3933
run: |
4034
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)