Skip to content

Commit f881ba6

Browse files
test-docs-build: Install docs prereqs
1 parent 38dae1d commit f881ba6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,11 @@ jobs:
215215
echo "ENABLE_CCACHE := 1" >> Makefile.conf
216216
make -j${{ env.procs }}
217217
218+
- name: Install doc prereqs
219+
shell: bash
220+
run: |
221+
make docs/reqs
222+
218223
- name: Build docs
219224
shell: bash
220225
run: |

0 commit comments

Comments
 (0)