Skip to content

Commit

Permalink
Add recursive option to Ethereum checkout in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
apaillier-ledger committed May 29, 2024
1 parent 42ca426 commit 760c826
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 760c826

Please sign in to comment.