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
4
.github/actions/setup-build-env/action.yml
vendored
4
.github/actions/setup-build-env/action.yml
vendored
|
|
@ -33,7 +33,7 @@ runs:
|
|||
if: runner.os == 'Linux'
|
||||
uses: awalsh128/cache-apt-pkgs-action@v1.6.0
|
||||
with:
|
||||
packages: autoconf git make python3
|
||||
packages: gawk git make python3
|
||||
version: ${{ inputs.runs-on }}-commonys
|
||||
|
||||
- name: Linux build dependencies
|
||||
|
|
@ -54,7 +54,7 @@ runs:
|
|||
if: runner.os == 'Linux' && inputs.get-test-deps == 'true'
|
||||
uses: awalsh128/cache-apt-pkgs-action@v1.6.0
|
||||
with:
|
||||
packages: gawk libgtest-dev
|
||||
packages: libgtest-dev
|
||||
version: ${{ inputs.runs-on }}-testys
|
||||
|
||||
- name: Install macOS Dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue