Skip to content

Commit 945df7e

Browse files
committed
CI: Checkout submodules
Change-Id: Id991321d1ab581cbffabddafe9948f0c60b10588
1 parent 40c58c1 commit 945df7e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/bin.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v4
21+
with:
22+
submodules: 'recursive'
2123

2224
- name: Build
2325
run: bash -e -x build/build_bin.sh all all 1> /dev/null

0 commit comments

Comments
 (0)