mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 21:35: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
|
cd Cytoplasm
|
||||||
./configure --with-lmdb
|
./configure --with-lmdb
|
||||||
- name: Build Cytoplasm
|
- name: Build Cytoplasm
|
||||||
run: make -j$(nproc)
|
run: 'cd Cytoplasm && make -j$(nproc)'
|
||||||
- name: Install Cytoplasm
|
- name: Install Cytoplasm
|
||||||
run: make install
|
run: 'cd Cytoplasm && make install'
|
||||||
- name: Clone Parsee
|
- name: Clone Parsee
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Build Parsee
|
- name: Build Parsee
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue