diff --git a/action.yml b/action.yml index 87edef84..b3fd66be 100644 --- a/action.yml +++ b/action.yml @@ -31,7 +31,7 @@ runs: submodules: "true" - name: Install Doxygen - run: sudo apt-get install doxygen -y + run: sudo apt-get install doxygen graphviz -y shell: bash - name: Generate Doxygen Documentation