diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 387aea3..c9bebe4 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -13,6 +13,8 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Install Dependencies + run: apt-get install -y libboost-dev libboost-system-dev libboost-test-dev - name: configure run: cmake . - name: make