mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-14 01:51:23 +00:00
CI: Fix iverilog deps
This commit is contained in:
parent
1f6ac5f392
commit
a4bd40e199
2 changed files with 9 additions and 2 deletions
7
.github/actions/setup-iverilog/action.yml
vendored
7
.github/actions/setup-iverilog/action.yml
vendored
|
|
@ -33,6 +33,13 @@ runs:
|
|||
path: .local/
|
||||
key: ${{ inputs.runs-on }}-${{ steps.get-iverilog.outputs.IVERILOG_GIT }}
|
||||
|
||||
- name: iverilog Linux deps
|
||||
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
|
||||
version: ${{ inputs.runs-on }}-iverilog
|
||||
|
||||
- name: iverilog macOS deps
|
||||
if: steps.restore-iverilog.outputs.cache-hit != 'true' && runner.os == 'macOS'
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue