Skip to content

Commit

Permalink
Actions use libboost-all-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
thanasipantazides authored Nov 23, 2024
1 parent 2f229ea commit d027fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: "install boost"
run: sudo apt-get -y install libboost-dev
run: sudo apt-get -y install libboost-all-dev
- name: "set boost path"
run: export BOOST_ROOT=/usr/lib/x86_64-linux-gnu/cmake/Boost-1.74.0/
- name: "debug print"
Expand Down

0 comments on commit d027fc2

Please sign in to comment.