workflow: bugfix: typo in apt-get for pybind11-dev

This commit is contained in:
Roland Conybeare 2024-03-15 20:03:18 -04:00
commit 3817677fc8

View file

@ -29,7 +29,7 @@ jobs:
echo "::endgroup"
echo "::group::install pybind11"
run: sudo apt-get install -y pybind11-dev
sudo apt-get install -y pybind11-dev
echo "::endgroup"
# ----------------------------------------------------------------