From 760c826e2122ab50370ea054f50a19f9f13a353a Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Wed, 29 May 2024 18:33:00 +0200 Subject: [PATCH] Add recursive option to Ethereum checkout in 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 9caba5b..48ca6f7 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: |