mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 14:05:10 +00:00
[CI] Try getting in the right directory
This commit is contained in:
parent
7314be5aeb
commit
aa8faec486
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue