Skip to content

Commit 61b4d4f

Browse files
committed
chore(ci): 🔧 checkout submodules recursively
Updated extract-protos.yml workflow to use 'recursive' for the submodules option in the checkout step, ensuring all nested submodules are included during CI runs.
1 parent 668131c commit 61b4d4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/extract-protos.yml

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

1919
- name: Setup Rust
2020
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)