Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
Signed-off-by: Gal Salomon <[email protected]>
  • Loading branch information
galsalomon66 committed Jun 3, 2024
1 parent f46118c commit 1c6165a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
run: cd /usr/src/gtest && sudo cmake . && sudo make && sudo cp lib/*.a /usr/lib || sudo cp *.a /usr/lib

- name: install-gperftools
run: sudo apt-get install -y libgoogle-perftools-dev
run: |
sudo apt-get install -y libgoogle-perftools-dev
- name: Create Build Environment
# Some projects don't allow in-source building, so create a separate build directory
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
run: cd /usr/src/gtest && sudo cmake . && sudo make && sudo cp lib/*.a /usr/lib || sudo cp *.a /usr/lib

- name: install-gperftools
run: sudo apt-get install -y libgoogle-perftools-dev
run: |
sudo apt-get install -y libgoogle-perftools-dev
- name: Create Build Environment
# Some projects don't allow in-source building, so create a separate build directory
Expand Down

0 comments on commit 1c6165a

Please sign in to comment.