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