3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-11-14 01:51:23 +00:00

CI: Move libbz2 to iverilog setup

Needed for vcd2fst.
This commit is contained in:
Krystine Sherwin 2025-11-01 20:08:45 +13:00 committed by Miodrag Milanovic
parent bf7c79cc85
commit 684bbf6a25
4 changed files with 6 additions and 6 deletions

View file

@ -13,7 +13,7 @@ runs:
if: steps.restore-iverilog.outputs.cache-hit != 'true' && runner.os == 'Linux'
uses: awalsh128/cache-apt-pkgs-action@v1.6.0
with:
packages: autoconf gperf make gcc g++ bison flex
packages: autoconf gperf make gcc g++ bison flex libbz2-dev
version: ${{ inputs.runs-on }}-iverilog
- name: iverilog macOS deps