Skip to content

Commit 379a63f

Browse files
committed
.github: adjust path for cov-build
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent b1f9a11 commit 379a63f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/coverity.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,13 @@ jobs:
5959
(cd libuev-2.4.0 && ./configure --prefix=/usr && make && sudo make install-strip)
6060
(cd libite-2.5.2 && ./configure --prefix=/usr && make && sudo make install-strip)
6161
sudo ldconfig
62-
- name: Build
62+
- name: Configure
6363
run: |
6464
./autogen.sh
6565
./configure --prefix= --enable-x11-common-plugin --with-watchdog --with-keventd
66-
export PATH=`pwd`/cov-analysis-linux64/bin:$PATH
66+
- name: Build
67+
run: |
68+
export PATH=`pwd`/coverity/bin:$PATH
6769
cov-build --dir cov-int make
6870
- name: Submit results to Coverity Scan
6971
env:

0 commit comments

Comments
 (0)