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 1b007f2 commit 3878b26Copy full SHA for 3878b26
.github/workflows/cmake.yml
@@ -22,6 +22,10 @@ jobs:
22
shell: bash
23
run: git clone https://github.com/google/googletest.git
24
25
+ - name: Install boost
26
+ # Required dependency for the tests.
27
+ run: sudo apt-get update && sudo apt-get install -yq libboost1.67-dev
28
+
29
- name: Create Build Environment
30
# Some projects don't allow in-source building, so create a separate build directory
31
# We'll use this as our working directory for all subsequent commands
0 commit comments