We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4512349 commit c39d57eCopy full SHA for c39d57e
1 file changed
.github/workflows/swift.yml
@@ -16,6 +16,8 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v4
19
+ with:
20
+ submodules: recursive
21
- name: Build
22
run: swift build -v
23
- name: Run tests
0 commit comments