Skip to content

Commit 033d1d4

Browse files
authored
coverity: Attempt at recursive git clone
Trying the YAML change before committing to master is too complicated.
1 parent 721024d commit 033d1d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/coverity.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
libunwind-dev \
2727
pkg-config \
2828
python3-sphinx
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v4
30+
with:
31+
submodules: true
3032
- run: ./autogen.sh
3133
- run: ./configure --with-persistent-storage
3234
- uses: vapier/[email protected]

0 commit comments

Comments
 (0)