From 331c5624bc53b63a294e5dd5dc832df1c3cf5cc7 Mon Sep 17 00:00:00 2001 From: dalance Date: Wed, 3 Jul 2024 17:21:18 +0900 Subject: [PATCH] Fix release.yml --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6310c0b6..2bd5df1c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: |