mirror of
https://github.com/YosysHQ/yosys
synced 2026-02-14 12:51:48 +00:00
Make gmock available in test environment
This commit is contained in:
parent
fb05c13b33
commit
a1aa9ab4aa
1 changed files with 1 additions and 1 deletions
2
.github/actions/setup-build-env/action.yml
vendored
2
.github/actions/setup-build-env/action.yml
vendored
|
|
@ -58,7 +58,7 @@ runs:
|
|||
if: runner.os == 'Linux' && inputs.get-test-deps == 'true'
|
||||
uses: awalsh128/cache-apt-pkgs-action@v1.6.0
|
||||
with:
|
||||
packages: libgtest-dev
|
||||
packages: libgtest-dev libgmock-dev
|
||||
version: ${{ inputs.runs-on }}-testys
|
||||
|
||||
- name: Install macOS Dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue