Skip to content

Commit a462ff7

Browse files
committed
Update build.yaml
1 parent 834e1f2 commit a462ff7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
timeout-minutes: 45
1717
steps:
1818
- uses: actions/checkout@v2
19-
19+
with:
20+
submodules: recursive
21+
2022
- name: Set commit SHA as code version
2123
run: echo "CODE_VERSION=`echo ${GITHUB_SHA} | cut -c1-8`" >> $GITHUB_ENV
2224

0 commit comments

Comments
 (0)