From a226f0efb6f0b9c71d79953069aec98c364b350f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Thu, 16 May 2024 15:34:41 -0300 Subject: [PATCH] github: action: Add submodule recursive MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- .github/workflows/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 856e0a13a..5db7349f5 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -43,6 +43,8 @@ jobs: steps: - name: Checkout to repository uses: actions/checkout@v2 + with: + submodules: recursive - name: Setup Rust toolchain uses: actions-rs/toolchain@v1.0.7 with: