Skip to content

Commit

Permalink
[c-flags] Remove gtest installation from github action
Browse files Browse the repository at this point in the history
  • Loading branch information
DieTime committed Feb 28, 2023
1 parent 338150f commit 09ad92a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/health-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
- name: Install ninja build system
run: sudo apt-get install -y ninja-build

- name: Install google test framework
run: sudo apt-get install -y libgtest-dev

- name: Configure build directory
run: meson builddir -Dtests=true -Dexamples=true

Expand Down

0 comments on commit 09ad92a

Please sign in to comment.