diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 11e151d5..4d5e88d3 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -20,6 +20,8 @@ jobs: steps: - uses: actions/checkout@v4 + - name: install libboost + run: sudo apt-get install libboost1.74-dev - name: init submodule run: git submodule update --init - name: download prebuilt