[CI] Use local mirror of Cytoplasm

This commit is contained in:
LDA 2024-09-10 21:10:23 +02:00
commit 5149a37d2e

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 --depth=1
git clone https://git.kappach.at/KappaChat/Cytoplasm --depth=1
cd Cytoplasm
./configure --with-lmdb
- name: Build Cytoplasm