We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c0b80 commit 4791866Copy full SHA for 4791866
.github/workflows/ci.yml
@@ -16,6 +16,8 @@ jobs:
16
steps:
17
- name: Checkout
18
uses: actions/checkout@v3
19
+ with:
20
+ submodules: 'recursive'
21
22
- name: Setup
23
uses: ./.github/actions/setup
@@ -31,6 +33,8 @@ jobs:
31
33
32
34
35
36
37
38
39
40
@@ -102,6 +106,8 @@ jobs:
102
106
103
107
104
108
109
110
105
111
112
113
0 commit comments