workflow: bugfix: eigen3-dev -> libeigen3-dev

This commit is contained in:
Roland Conybeare 2024-03-16 13:45:24 -04:00
commit 70f5349138

View file

@ -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"