From f7edc8b6c6a3f093e3bab494cfc9cbf9d9554fd2 Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Fri, 3 May 2024 10:39:39 +0200 Subject: [PATCH] Added recursive option to the app-ethereum repository checkout in the CI --- .github/workflows/ci-workflow.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index bae98db..3a45c67 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -117,6 +117,7 @@ jobs: with: repository: LedgerHQ/app-ethereum ref: ${{ ((github.base_ref || github.ref_name) == 'main' && 'master') || (github.base_ref || github.ref_name) }} + submodules: recursive - name: Build run: |