[CI] Install git too

This commit is contained in:
LDA 2024-09-10 20:21:39 +02:00
commit 4e22fb6f04

View file

@ -10,7 +10,7 @@ jobs:
run: |
echo $(uname -a) $(env | grep container)
apt update -y
apt install -y build-essential liblmdb-dev nodejs libssl-dev
apt install -y build-essential liblmdb-dev nodejs libssl-dev git
- name: Clone Cytoplasm
uses: actions/checkout@v3
with: