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 8181284 commit 98c5b46Copy full SHA for 98c5b46
.github/workflows/default.yml
@@ -19,6 +19,8 @@ jobs:
19
- nightly
20
steps:
21
- uses: actions/checkout@v2
22
+ with:
23
+ submodules: true
24
- uses: actions-rs/toolchain@v1
25
with:
26
profile: minimal
@@ -36,6 +38,8 @@ jobs:
36
38
runs-on: ubuntu-latest
37
39
40
41
42
43
44
45
@@ -52,6 +56,8 @@ jobs:
52
56
53
57
54
58
59
60
55
61
62
63
0 commit comments