Skip to content

Commit

Permalink
actions: add libboost-python-devwq
Browse files Browse the repository at this point in the history
  • Loading branch information
wistaria committed Nov 19, 2024
1 parent 0a896e6 commit d6fb9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: install pytyon3
run: sudo apt-get install python3-dev
- name: install boost
run: sudo apt-get install libboost-dev
run: sudo apt-get install libboost-dev libboost-python-dev
- name: cmake
run: mkdir build && cd build && cmake -DCMAKE_CXX_FLAGS="-Wall -Werror" ..
- name: make
Expand Down

0 comments on commit d6fb9d8

Please sign in to comment.