mirror of
https://github.com/YosysHQ/yosys
synced 2026-02-14 04:41:48 +00:00
.github: move gtest to build dependencies
This commit is contained in:
parent
98c3f03497
commit
fe613f29b9
1 changed files with 7 additions and 7 deletions
14
.github/actions/setup-build-env/action.yml
vendored
14
.github/actions/setup-build-env/action.yml
vendored
|
|
@ -42,7 +42,7 @@ runs:
|
|||
if: runner.os == 'Linux' && inputs.get-build-deps == 'true'
|
||||
uses: awalsh128/cache-apt-pkgs-action@v1.6.0
|
||||
with:
|
||||
packages: bison clang flex libffi-dev libfl-dev libreadline-dev pkg-config tcl-dev zlib1g-dev
|
||||
packages: bison clang flex libffi-dev libfl-dev libreadline-dev pkg-config tcl-dev zlib1g-dev libgtest-dev
|
||||
version: ${{ inputs.runs-on }}-buildys
|
||||
|
||||
- name: Linux docs dependencies
|
||||
|
|
@ -54,12 +54,12 @@ runs:
|
|||
|
||||
# if updating test dependencies, make sure to update
|
||||
# docs/source/yosys_internals/extending_yosys/test_suites.rst to match.
|
||||
- name: Linux test dependencies
|
||||
if: runner.os == 'Linux' && inputs.get-test-deps == 'true'
|
||||
uses: awalsh128/cache-apt-pkgs-action@v1.6.0
|
||||
with:
|
||||
packages: libgtest-dev
|
||||
version: ${{ inputs.runs-on }}-testys
|
||||
# - name: Linux test dependencies
|
||||
# if: runner.os == 'Linux' && inputs.get-test-deps == 'true'
|
||||
# uses: awalsh128/cache-apt-pkgs-action@v1.6.0
|
||||
# with:
|
||||
# packages:
|
||||
# version: ${{ inputs.runs-on }}-testys
|
||||
|
||||
- name: Install macOS Dependencies
|
||||
if: runner.os == 'macOS'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue