3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-27 07:49:50 +00:00

CI: Split dependency setup

Split into common + build/docs/test (common always installs, build/docs/test are installed as requested with `build-*-deps` input flag).
This commit is contained in:
Krystine Sherwin 2025-11-01 14:29:58 +13:00 committed by Miodrag Milanovic
parent c597bf70b0
commit 1f6ac5f392
5 changed files with 52 additions and 6 deletions

View file

@ -46,7 +46,9 @@ jobs:
uses: ./.github/actions/setup-build-env
with:
runs-on: ${{ matrix.os }}
setup-iverilog: true
get-build-deps: true
get-test-deps: true
get-iverilog: true
- name: Build
shell: bash