Make gmock available in test environment

This commit is contained in:
Robert O'Callahan 2026-02-05 21:24:15 +00:00
parent fb05c13b33
commit a1aa9ab4aa
1 changed files with 1 additions and 1 deletions

View File

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