3
0
Fork 0
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:
Krystine Sherwin 2025-11-01 15:36:07 +13:00 committed by Miodrag Milanovic
parent 1f6ac5f392
commit a4bd40e199
2 changed files with 9 additions and 2 deletions

View file

@ -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