Added boost packages (APT).
This commit is contained in:
parent
9050cd8edf
commit
976ce7f8d8
|
@ -18,9 +18,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
repository: lip6/alliance-check-toolkit
|
repository: lip6/alliance-check-toolkit
|
||||||
path: coriolis-2.x/src/alliance-check-toolkit
|
path: coriolis-2.x/src/alliance-check-toolkit
|
||||||
|
- name: Update APT cache
|
||||||
|
run: sudo apt-get update
|
||||||
- name: Install software dependencies
|
- name: Install software dependencies
|
||||||
run: |
|
run: >
|
||||||
sudo apt-get update
|
sudo apt-get install libboost-all-dev libeigen3-dev liblemon-dev
|
||||||
sudo apt-get install libeigen3-dev liblemon-dev
|
|
||||||
- name: Build Coriolis
|
- name: Build Coriolis
|
||||||
run: ${{ github.workspace }}/coriolis-2.x/src/coriolis/bootstrap/ccb.py --root=${{ github.workspace }}/coriolis-2.x --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