Install Boost Test

This commit is contained in:
Serge Lamikhov-Center 2022-02-08 17:45:22 +02:00
parent 33fe3ac8c8
commit 5a4736b5a8

View File

@ -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