[CI] Try getting in the right directory

This commit is contained in:
LDA 2024-09-10 20:33:04 +02:00
commit aa8faec486

View file

@ -17,9 +17,9 @@ jobs:
cd Cytoplasm
./configure --with-lmdb
- name: Build Cytoplasm
run: make -j$(nproc)
run: 'cd Cytoplasm && make -j$(nproc)'
- name: Install Cytoplasm
run: make install
run: 'cd Cytoplasm && make install'
- name: Clone Parsee
uses: actions/checkout@v3
- name: Build Parsee