Skip to content

Commit 9f010de

Browse files
committed
Fix package building on CI
1 parent 6cfdf24 commit 9f010de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Fetch code
6767
uses: actions/checkout@v1
6868
with:
69-
fetch-depth: 1
69+
submodules: true
7070

7171
- name: Install dependencies
7272
run: yarn install --ignore-scripts

0 commit comments

Comments
 (0)