Skip to content

Commit ca7779b

Browse files
init
1 parent 719c295 commit ca7779b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
sudo apt update
24-
sudo apt install -y build-essential libmysqlclient-dev libssl-dev lcov
24+
sudo apt install -y build-essential libmysqlclient-dev libssl-dev libgtest-dev lcov
25+
cd /usr/src/googletest
26+
sudo cmake CMakeLists.txt
27+
sudo make
28+
sudo make install
2529
2630
- name: Build and run tests with coverage
2731
run: |

0 commit comments

Comments
 (0)