Skip to content

Commit c792ea4

Browse files
committed
Install git in docker image
1 parent 08651f6 commit c792ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/edopro.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230
apt update
231231
apt install sudo
232232
sudo apt remove libsqlite3-dev
233-
sudo apt install -y g++ build-essential curl p7zip-full p7zip-rar zip
233+
sudo apt install -y g++ build-essential curl p7zip-full p7zip-rar zip git
234234
- uses: actions/checkout@v1
235235
with:
236236
fetch-depth: 1

0 commit comments

Comments
 (0)