We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d57f6 commit 1b007f2Copy full SHA for 1b007f2
.github/workflows/cmake.yml
@@ -17,6 +17,11 @@ jobs:
17
steps:
18
- uses: actions/checkout@v2
19
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
+
25
- name: Create Build Environment
26
# Some projects don't allow in-source building, so create a separate build directory
27
# We'll use this as our working directory for all subsequent commands
0 commit comments