Skip to content

Commit 0ab1825

Browse files
committed
Update coverity_scan.yml
1 parent 811ca51 commit 0ab1825

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/coverity_scan.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
mkdir coverity-tool
3434
tar -xzf coverity_tool.tar.gz --strip 1 -C coverity-tool
3535
export PATH="${PWD}/coverity-tool/bin:${PATH}"
36+
pwd
37+
echo "PWD: ${PWD}"
38+
echo "PATH: ${PATH}"
3639
3740
- name: Build and analyze
3841
run: |

0 commit comments

Comments
 (0)