mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-07 09:55:20 +00:00
test-docs-build: Install docs prereqs
This commit is contained in:
parent
38dae1d7e0
commit
f881ba6200
5
.github/workflows/test-build.yml
vendored
5
.github/workflows/test-build.yml
vendored
|
@ -215,6 +215,11 @@ jobs:
|
||||||
echo "ENABLE_CCACHE := 1" >> Makefile.conf
|
echo "ENABLE_CCACHE := 1" >> Makefile.conf
|
||||||
make -j${{ env.procs }}
|
make -j${{ env.procs }}
|
||||||
|
|
||||||
|
- name: Install doc prereqs
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
make docs/reqs
|
||||||
|
|
||||||
- name: Build docs
|
- name: Build docs
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue