We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db540be commit 60ea611Copy full SHA for 60ea611
1 file changed
.github/workflows/coverity.yml
@@ -21,6 +21,9 @@ jobs:
21
cmake -DCMAKE_BUILD_TYPE=Release -B build -S "libtuntap"
22
cmake --build build
23
sudo cmake --install build --prefix /usr
24
+ - name: Configure project
25
+ with:
26
+ - make setup
27
- uses: vapier/coverity-scan-action@v1
28
with:
29
project: 'crazytrace'
0 commit comments