Skip to content

Commit c39d57e

Browse files
Fix workflow
1 parent 4512349 commit c39d57e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/swift.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v4
19+
with:
20+
submodules: recursive
1921
- name: Build
2022
run: swift build -v
2123
- name: Run tests

0 commit comments

Comments
 (0)