diff --git a/.forgejo/workflows/check-gcc.yaml b/.forgejo/workflows/check-gcc.yaml index edcf7fc..2dd4c46 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 cd Cytoplasm ./configure --with-lmdb - name: Build Cytoplasm