[build] Update to Doxygen 1.9.1 (#3008)

This commit is contained in:
Austin Shalit
2021-07-22 18:33:15 -07:00
committed by GitHub
parent ab8e8aa2a1
commit e7f9331e4b
3 changed files with 5 additions and 1 deletions

View File

@@ -18,6 +18,8 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: 13
- name: Install libclang-9
run: sudo apt update && sudo apt install -y libclang-cpp9 libclang1-9
- name: Set environment variables (Development)
run: |
echo "TARGET_FOLDER=$BASE_PATH/development" >> $GITHUB_ENV