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 88030f5 commit 331c562Copy full SHA for 331c562
.github/workflows/release.yml
@@ -21,6 +21,8 @@ jobs:
21
rust-version: ${{ matrix.rust }}
22
- name: Checkout
23
uses: actions/checkout@v3
24
+ with:
25
+ submodules: 'true'
26
- name: Setup MUSL
27
if: matrix.os == 'ubuntu-latest'
28
run: |
0 commit comments