Skip to content

Commit cfc6ba4

Browse files
committed
boost cmake fix:
1 parent 56755a9 commit cfc6ba4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cpp-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v3
16+
- name: Install Boost
17+
run: sudo apt-get install libboost-all-dev
1618
- name: Install dependencies
1719
run: sudo apt-get update && sudo apt-get install -y build-essential cmake
1820
- name: Configure CMake

0 commit comments

Comments
 (0)