diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4da3e8d..f35853b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: - name: Prepare Build Environment (Linux) run: | sudo apt-get update - sudo apt-get install -y python3-pybind11 + sudo apt-get install -y python3-pybind11 libboost-dev - name: Install Python Dependencies run: | @@ -56,7 +56,7 @@ jobs: - name: Prepare Build Environment (Linux) run: | sudo apt-get update - sudo apt-get install -y python3-pybind11 + sudo apt-get install -y python3-pybind11 libboost-dev - name: Install Python Dependencies run: | @@ -90,7 +90,7 @@ jobs: - name: Prepare Build Environment (Linux) run: | sudo apt-get update - sudo apt-get install -y python3-pybind11 + sudo apt-get install -y python3-pybind11 libboost-dev - name: Install Python Dependencies run: |