Skip to content

Commit 1fa80b7

Browse files
committed
checkout submodules
1 parent 5936479 commit 1fa80b7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ jobs:
66
check:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- name: Checkout repository and submodules
10+
uses: actions/checkout@v3
11+
with:
12+
submodules: true
1013

1114
- name: Add vendored flutter to PATH
1215
run: |

0 commit comments

Comments
 (0)