Skip to content

Commit

Permalink
Add libboost-dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathfulSpatula committed Dec 26, 2024
1 parent 767776a commit 84edcba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 84edcba

Please sign in to comment.