We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4977e commit 7cc756dCopy full SHA for 7cc756d
1 file changed
.github/workflows/ledger.yml
@@ -20,6 +20,8 @@ jobs:
20
21
steps:
22
- uses: actions/checkout@v2
23
+ with:
24
+ submodules: true
25
26
- name: Build with Clang Static Analyzer
27
run: |
0 commit comments