diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index caea669e..800d4345 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -16,6 +16,9 @@ jobs: with: submodules: recursive + - name: Update System + run: sudo apt update + - name: Install Doxygen run: sudo apt -y install doxygen make