We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6b3c38 commit de672bfCopy full SHA for de672bf
.github/workflows/ci.yml
@@ -19,6 +19,8 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- uses: actions/checkout@v4
22
+ with:
23
+ submodules: true
24
25
- uses: ./.github/actions/setup
26
@@ -42,6 +44,8 @@ jobs:
42
44
43
45
46
47
48
49
50
51
with:
@@ -55,6 +59,8 @@ jobs:
55
59
56
60
57
61
62
63
58
64
65
66
@@ -80,6 +86,8 @@ jobs:
80
86
81
87
82
88
89
90
83
91
84
92
85
93
0 commit comments