[CI] Set prefix to /usr

This commit is contained in:
LDA 2024-09-10 21:13:05 +02:00
commit e1b044b268

View file

@ -15,7 +15,7 @@ jobs:
run: | run: |
git clone https://git.kappach.at/KappaChat/Cytoplasm --depth=1 git clone https://git.kappach.at/KappaChat/Cytoplasm --depth=1
cd Cytoplasm cd Cytoplasm
./configure --with-lmdb ./configure --with-lmdb --prefix=/usr
- name: Build Cytoplasm - name: Build Cytoplasm
run: 'cd Cytoplasm && make -j$(nproc)' run: 'cd Cytoplasm && make -j$(nproc)'
- name: Install Cytoplasm - name: Install Cytoplasm