Skip to content

Commit cc608ab

Browse files
riptlripatel-fd
authored andcommitted
doxygen: CI fixes
1 parent b887419 commit cc608ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/doxygen.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ jobs:
77
doxygen:
88
timeout-minutes: 20
99
name: Doxygen
10-
runs-on: ubuntu-latest
10+
runs-on: rocky810
1111
environment:
1212
name: doxygen
1313
url: ${{ vars.DOXYGEN_URL }}
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: 'google-github-actions/setup-gcloud@v2'
1717

18-
- name: Doxygen
19-
run: |
20-
contrib/doxygen/build.sh
18+
- name: Dependencies
19+
run: sudo dnf install -y clang-devel llvm-devel sqlite-devel graphviz cmake curl-devel
20+
- run: contrib/doxygen/build.sh
2121

2222
- name: 'Authenticate to Google Cloud'
2323
uses: 'google-github-actions/auth@v2'

0 commit comments

Comments
 (0)