Skip to content

Commit 331c562

Browse files
committed
Fix release.yml
1 parent 88030f5 commit 331c562

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
rust-version: ${{ matrix.rust }}
2222
- name: Checkout
2323
uses: actions/checkout@v3
24+
with:
25+
submodules: 'true'
2426
- name: Setup MUSL
2527
if: matrix.os == 'ubuntu-latest'
2628
run: |

0 commit comments

Comments
 (0)