Skip to content

Commit 43dfabf

Browse files
committed
Try to fix github action empty content
1 parent c32834e commit 43dfabf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/github-actions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13+
with:
14+
submodules: recursive
1315
- name: Use Node.js 12
1416
uses: actions/setup-node@v2
1517
with:

0 commit comments

Comments
 (0)