[CI] Set a depth of 1

This commit is contained in:
LDA 2024-09-10 20:39:45 +02:00
commit 9cba44f69b

View file

@ -13,7 +13,7 @@ jobs:
apt install -y build-essential liblmdb-dev nodejs libssl-dev git
- name: Clone/Configure Cytoplasm
run: |
git clone https://git.telodendria.io/Telodendria/Cytoplasm
git clone https://git.telodendria.io/Telodendria/Cytoplasm --depth=1
cd Cytoplasm
./configure --with-lmdb
- name: Build Cytoplasm