Skip to content

Commit

Permalink
Merge pull request #25 from LedgerHQ/fix/apa/ci_ethereum_build
Browse files Browse the repository at this point in the history
Add recursive option to Ethereum checkout in CI
  • Loading branch information
apaillier-ledger authored May 30, 2024
2 parents 42ca426 + 760c826 commit 5b467ea
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 5b467ea

Please sign in to comment.