Skip to content

Commit 3878b26

Browse files
committed
Add Boost Dependency
1 parent 1b007f2 commit 3878b26

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
shell: bash
2323
run: git clone https://github.com/google/googletest.git
2424

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+
2529
- name: Create Build Environment
2630
# Some projects don't allow in-source building, so create a separate build directory
2731
# We'll use this as our working directory for all subsequent commands

0 commit comments

Comments
 (0)