From 9cba44f69b28ec3a0a24f1020fda676693010db3 Mon Sep 17 00:00:00 2001 From: LDA Date: Tue, 10 Sep 2024 20:39:45 +0200 Subject: [PATCH] [CI] Set a depth of 1 --- .forgejo/workflows/check-gcc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/check-gcc.yaml b/.forgejo/workflows/check-gcc.yaml index 28af308..dbca697 100644 --- a/.forgejo/workflows/check-gcc.yaml +++ b/.forgejo/workflows/check-gcc.yaml @@ -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