Skip to content

Commit

Permalink
Merge pull request #21 from LedgerHQ/fix/apa/ci
Browse files Browse the repository at this point in the history
Added recursive option to the app-ethereum repository checkout in the CI
  • Loading branch information
apaillier-ledger authored May 3, 2024
2 parents 0732b00 + f7edc8b commit 9c941bf
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 9c941bf

Please sign in to comment.