Skip to content

Commit

Permalink
Fix boost dependency in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos authored Mar 18, 2021
1 parent c0002a0 commit 21b2648
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 @@ -23,7 +23,7 @@ jobs:
run: cmake -E make_directory ${{runner.workspace}}/build

- name: Get Dependencies
run: sudo apt-get update && sudo apt-get install -yq libboost1.65-dev libboost-program-options-dev help2man
run: sudo apt-get update && sudo apt-get install -yq libboost-dev libboost-program-options-dev help2man

- name: Build CMS
run: |
Expand Down

0 comments on commit 21b2648

Please sign in to comment.