Skip to content

Commit af7f381

Browse files
committed
install gtest
1 parent c4a685d commit af7f381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
sudo apt-get update
24-
sudo apt-get install -y cmake g++ make
24+
sudo apt-get install -y cmake g++ make googletest
2525
2626
- name: Build tests
2727
working-directory: cpp/tests

0 commit comments

Comments
 (0)