Bump ubuntu version for doxygen.yml #36
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Doxygen | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Install base dependencies | |
run: | | |
sudo apt update; | |
sudo apt -y install doxygen graphviz | |
- name: doxygen Doxyfile | |
run: doxygen Doxyfile |