Skip to content

Commit 60ea611

Browse files
committed
Try to fix Coverity
1 parent db540be commit 60ea611

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/coverity.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
cmake -DCMAKE_BUILD_TYPE=Release -B build -S "libtuntap"
2222
cmake --build build
2323
sudo cmake --install build --prefix /usr
24+
- name: Configure project
25+
with:
26+
- make setup
2427
- uses: vapier/coverity-scan-action@v1
2528
with:
2629
project: 'crazytrace'

0 commit comments

Comments
 (0)