Skip to content

Commit 887d3ea

Browse files
committed
Fix submodules
1 parent b380aac commit 887d3ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
with:
17-
submodules: true
17+
submodules: recursive
1818

1919
- name: Install Protobuf compiler
2020
run: |

0 commit comments

Comments
 (0)