Skip to content
Snippets Groups Projects
Commit 5a4736b5 authored by Serge Lamikhov-Center's avatar Serge Lamikhov-Center
Browse files

Install Boost Test

parent 33fe3ac8
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Boost Test
run: sudo apt-get install libboost-test-dev
- name: Configure CMake
run: cmake -B build -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} -DELFIO_BUILD_EXAMPLES=YES -DELFIO_BUILD_TESTS=YES
- name: Build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment