mirror of https://github.com/CGAL/cgal
Add sudo
This commit is contained in:
parent
8abe5d8048
commit
61b5d167ba
|
|
@ -12,6 +12,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: apt-get install -y libboost-dev libboost-program-options-dev libmpfr-dev libeigen3-dev
|
run: sudo apt-get install -y libboost-dev libboost-program-options-dev libmpfr-dev libeigen3-dev
|
||||||
- name: configure all
|
- name: configure all
|
||||||
run: mkdir build && cd build && cmake -DWITH_examples=ON -DWITH_tests=ON -DWITH_demos=ON ..
|
run: mkdir build && cd build && cmake -DWITH_examples=ON -DWITH_tests=ON -DWITH_demos=ON ..
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue