1
0
mirror of synced 2026-05-02 06:26:59 +00:00

test-docs-build: Install docs prereqs

This commit is contained in:
Krystine Sherwin
2024-10-18 05:38:49 +13:00
parent 38dae1d7e0
commit f881ba6200

View File

@@ -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: |