No need to install Boost Test anymore

This commit is contained in:
Serge Lamikhov-Center 2022-02-25 20:28:52 +02:00
parent 8ae413536b
commit 6f02709001

View File

@ -22,8 +22,6 @@ 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