Skip to content

Commit

Permalink
Try to add googletest to build
Browse files Browse the repository at this point in the history
  • Loading branch information
LocutusOfBorg committed Sep 26, 2023
1 parent 93360f5 commit fc1ab95
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ jobs:
${{format(matrix.generator != 'Default Generator' && '-G "{0}"' || '', matrix.generator)}}
runs-on: ${{ matrix.os }}
steps:

- uses: awalsh128/cache-apt-pkgs-action@latest
if: matrix.os == 'ubuntu-latest'
with:
packages: googletest libgmock-dev libgtest-dev
version: 1.0

- uses: actions/checkout@v2

- name: Get number of CPU cores
Expand Down

0 comments on commit fc1ab95

Please sign in to comment.