Correct --root argument for ccp.by.
This commit is contained in:
parent
033990c6eb
commit
9050cd8edf
|
@ -23,4 +23,4 @@ jobs:
|
|||
sudo apt-get update
|
||||
sudo apt-get install libeigen3-dev liblemon-dev
|
||||
- name: Build Coriolis
|
||||
run: ${{ github.workspace }}/coriolis-2.x/src/coriolis/bootstrap/ccb.py --root=${{ github.workspace }} --project=coriolis --make="-j4 install"
|
||||
run: ${{ github.workspace }}/coriolis-2.x/src/coriolis/bootstrap/ccb.py --root=${{ github.workspace }}/coriolis-2.x --project=coriolis --make="-j4 install"
|
||||
|
|
Loading…
Reference in New Issue