Skip to content

Commit 1b007f2

Browse files
committed
Add googletest Dependency
1 parent 31d57f6 commit 1b007f2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919

20+
- name: Pull googletest
21+
# Required dependency to build the tests.
22+
shell: bash
23+
run: git clone https://github.com/google/googletest.git
24+
2025
- name: Create Build Environment
2126
# Some projects don't allow in-source building, so create a separate build directory
2227
# We'll use this as our working directory for all subsequent commands

0 commit comments

Comments
 (0)