github: + doxygen dep

This commit is contained in:
Roland Conybeare 2024-04-01 20:13:51 -04:00
commit 2e1214efbe

View file

@ -23,12 +23,17 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
echo "::group::install catch2" # install catch2, doxygen. see
# install catch2. see
# [[https://stackoverflow.com/questions/57982945/how-to-apt-get-install-in-a-github-actions-workflow]] # [[https://stackoverflow.com/questions/57982945/how-to-apt-get-install-in-a-github-actions-workflow]]
echo "::group::install catch2"
sudo apt-get install -y catch2 sudo apt-get install -y catch2
echo "::endgroup" echo "::endgroup"
echo "::group::install doxygen"
sudo apt-get install -y doxygen
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"