diff --git a/.github/workflows/push_ci.yml b/.github/workflows/push_ci.yml index 8c1899a..30adb40 100644 --- a/.github/workflows/push_ci.yml +++ b/.github/workflows/push_ci.yml @@ -20,7 +20,7 @@ jobs: cmake-version: '3.26.3' - name: Install dependencies - run: sudo apt-get install -y libgtest-dev libgmock-dev clang-tidy lcov #clang-format + run: sudo apt-get install -y libgtest-dev libgmock-dev libboost-all-dev #clang-tidy lcov #clang-format - name: Configure CMake run: |