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 56755a9 commit cfc6ba4Copy full SHA for cfc6ba4
.github/workflows/cpp-ci.yml
@@ -13,6 +13,8 @@ jobs:
13
14
steps:
15
- uses: actions/checkout@v3
16
+ - name: Install Boost
17
+ run: sudo apt-get install libboost-all-dev
18
- name: Install dependencies
19
run: sudo apt-get update && sudo apt-get install -y build-essential cmake
20
- name: Configure CMake
0 commit comments