workflows: + eigen3 dep
This commit is contained in:
parent
9e19cb8582
commit
a70370d239
1 changed files with 4 additions and 0 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
|
@ -29,6 +29,10 @@ jobs:
|
||||||
sudo apt-get install -y catch2
|
sudo apt-get install -y catch2
|
||||||
echo "::endgroup"
|
echo "::endgroup"
|
||||||
|
|
||||||
|
echo "::group::install eigen3"
|
||||||
|
sudo apt-get install -y eigen3-dev
|
||||||
|
echo "::endgroup"
|
||||||
|
|
||||||
#echo "::group::install pybind11"
|
#echo "::group::install pybind11"
|
||||||
#sudo apt-get install -y pybind11-dev
|
#sudo apt-get install -y pybind11-dev
|
||||||
#echo "::endgroup"
|
#echo "::endgroup"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue