mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
build-system: work around git change in coverity build
The git ownership issue strikes again. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
dee13bf410
commit
36c991a1b8
1 changed files with 2 additions and 0 deletions
2
.github/workflows/coverity-scan.yml
vendored
2
.github/workflows/coverity-scan.yml
vendored
|
@ -40,6 +40,8 @@ jobs:
|
|||
- name: run build
|
||||
run: |
|
||||
cd ..
|
||||
git config --global --add safe.directory /__w/subsurface/subsurface
|
||||
git config --global --add safe.directory /__w/subsurface/subsurface/libdivecomputer
|
||||
export PATH=`pwd`/cov-analysis-linux64/bin:$PATH
|
||||
cov-build --dir cov-int bash -x subsurface/scripts/build.sh -desktop -build-with-webkit
|
||||
|
||||
|
|
Loading…
Reference in a new issue