Skip to content

Commit 6c00171

Browse files
committed
fix: pull submodules in workflow
1 parent e7457c3 commit 6c00171

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/cmake-pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
steps:
1313
- name: Checkout repository
1414
uses: actions/checkout@v4
15+
with:
16+
submodules: recursive
1517

1618
# Cache APT packages
1719
- name: Cache APT packages

0 commit comments

Comments
 (0)