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:
parent
bf7c79cc85
commit
684bbf6a25
4 changed files with 6 additions and 6 deletions
2
.github/actions/setup-iverilog/action.yml
vendored
2
.github/actions/setup-iverilog/action.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue