Skip to content

Commit c0002a0

Browse files
authored
Fix boost dependency in workflow
1 parent c89aebc commit c0002a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
if: ${{ github.event_name == 'pull_request' }}
4343

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

4747
- name: Build CMS
4848
run: |

0 commit comments

Comments
 (0)