Skip to content

Commit

Permalink
Install git in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
edo9300 committed Oct 11, 2022
1 parent 08651f6 commit c792ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/edopro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ jobs:
apt update
apt install sudo
sudo apt remove libsqlite3-dev
sudo apt install -y g++ build-essential curl p7zip-full p7zip-rar zip
sudo apt install -y g++ build-essential curl p7zip-full p7zip-rar zip git
- uses: actions/checkout@v1
with:
fetch-depth: 1
Expand Down

0 comments on commit c792ea4

Please sign in to comment.