Skip to content

Commit

Permalink
#EDITS: CICD edits
Browse files Browse the repository at this point in the history
  • Loading branch information
akielaries committed Feb 27, 2024
1 parent 4085eff commit f5731cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:

- name: install deps
run: |
apt-get install lcov cmake gfortran cppcheck doxygen
sudo apt-get install lcov cmake gfortran cppcheck doxygen
- name: Configure
run: |
apt-get install libgtest-dev &&
sudo apt-get install libgtest-dev &&
cd /usr/src/gtest &&
sudo cmake CMakeLists.txt &&
sudo make &&
Expand Down

0 comments on commit f5731cb

Please sign in to comment.