Skip to content

Commit 2592d84

Browse files
committed
fix: Ensure submodules are checked out in the build workflow
1 parent a14d1b7 commit 2592d84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
steps:
2020
- name: "Checkout"
2121
uses: actions/checkout@v4
22+
with:
23+
submodules: true
2224

2325
- name: "Check for changes"
2426
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36

0 commit comments

Comments
 (0)