install doxygen on CI

This commit is contained in:
BlackMATov
2024-02-06 12:41:13 +07:00
parent 928221eeee
commit fea2ddc8b0
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ jobs:
- name: Setup
run: |
brew update
brew install cmake ninja
brew install cmake ninja doxygen
- name: Checkout
uses: actions/checkout@v4
with:

View File

@@ -19,7 +19,7 @@ jobs:
- name: Setup
run: |
sudo apt-get update -o Acquire::Retries=10
sudo apt-get install -o Acquire::Retries=10 -y cmake ninja-build ${{matrix.config.cc}} ${{matrix.config.cxx}}
sudo apt-get install -o Acquire::Retries=10 -y cmake ninja-build doxygen ${{matrix.config.cc}} ${{matrix.config.cxx}}
- name: Checkout
uses: actions/checkout@v4
with:

View File

@@ -17,7 +17,7 @@ jobs:
name: "${{matrix.config.vc}}-${{matrix.config.arch}}"
steps:
- name: Setup
run: choco install cmake ninja
run: choco install cmake ninja doxygen.install
- name: Checkout
uses: actions/checkout@v4
with: