3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-25 00:22:34 +00:00

Build docs thing

This commit is contained in:
Akash Levy 2025-11-04 22:56:27 -08:00
parent 11731c91f4
commit f3512ef5ad

View file

@ -49,7 +49,7 @@ runs:
if: runner.os == 'Linux' && inputs.get-docs-deps == 'true' if: runner.os == 'Linux' && inputs.get-docs-deps == 'true'
uses: awalsh128/cache-apt-pkgs-action@v1.6.0 uses: awalsh128/cache-apt-pkgs-action@v1.6.0
with: with:
packages: graphviz xdot packages: graphviz xdot bison clang flex libffi-dev libfl-dev libreadline-dev pkg-config tcl-dev zlib1g-dev libnsl-dev libdwarf-dev libelf-dev elfutils libdw-dev ccache
version: ${{ inputs.runs-on }}-docsys version: ${{ inputs.runs-on }}-docsys
# if updating test dependencies, make sure to update # if updating test dependencies, make sure to update