Skip to content

Commit dc62b03

Browse files
committed
CI: Also clone submodule
1 parent d614d67 commit dc62b03

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/soundness_check.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4
14+
with:
15+
submodules: 'true'
1416

1517
- name: Install Valgrind
1618
run: sudo apt-get update && sudo apt-get install -y valgrind

0 commit comments

Comments
 (0)