Skip to content

Commit

Permalink
test-docs-build: Install docs prereqs
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed Oct 17, 2024
1 parent 38dae1d commit f881ba6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,11 @@ jobs:
echo "ENABLE_CCACHE := 1" >> Makefile.conf
make -j${{ env.procs }}
- name: Install doc prereqs
shell: bash
run: |
make docs/reqs
- name: Build docs
shell: bash
run: |
Expand Down

0 comments on commit f881ba6

Please sign in to comment.