workflow: bugfix: eigen3-dev -> libeigen3-dev
This commit is contained in:
parent
a70370d239
commit
70f5349138
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
echo "::endgroup"
|
||||
|
||||
echo "::group::install eigen3"
|
||||
sudo apt-get install -y eigen3-dev
|
||||
sudo apt-get install -y libeigen3-dev
|
||||
echo "::endgroup"
|
||||
|
||||
#echo "::group::install pybind11"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue