Skip to content

Commit e3b5c76

Browse files
committed
CI: install missing dependencies in Coverity workflow
1 parent c8130ae commit e3b5c76

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/coverity.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ jobs:
1111
- name: Checkout repository
1212
uses: actions/checkout@v3
1313

14+
- name: Install dependencies
15+
run: |
16+
sudo apt update
17+
sudo apt install -y cmake help2man libboost-dev \
18+
libboost-filesystem-dev libboost-program-options-dev \
19+
libboost-python-dev libboost-regex-dev
20+
1421
- name: Coverity scan
1522
uses: vapier/coverity-scan-action@v1
1623
with:

0 commit comments

Comments
 (0)