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 fe37cf4 commit fe710ffCopy full SHA for fe710ff
.github/workflows/rust.yml
@@ -13,6 +13,8 @@ jobs:
13
steps:
14
- name: Checkout code
15
uses: actions/checkout@v3
16
+ with:
17
+ submodules: true
18
19
- name: Install Clang
20
run: |
0 commit comments