Skip to content

Commit

Permalink
Fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Jul 3, 2024
1 parent 88030f5 commit 331c562
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
rust-version: ${{ matrix.rust }}
- name: Checkout
uses: actions/checkout@v3
with:
submodules: 'true'
- name: Setup MUSL
if: matrix.os == 'ubuntu-latest'
run: |
Expand Down

0 comments on commit 331c562

Please sign in to comment.