Skip to content

Commit

Permalink
Update CI due to NanoS support deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejoigny-ledger committed Jul 27, 2024
1 parent ef96106 commit ee2ddef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reusable_ragger_tests_latest_speculos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
- device: nanox
- device: nanosp
- device: stax
- device: flex
steps:
- name: Clone
uses: actions/checkout@v4
Expand All @@ -82,7 +83,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: ${{ inputs.app_repository }}
ref: ${{ inputs.app_branch_name }}
ref: ${{ matrix.device == 'nanos' && 'nanos_baseline' || inputs.app_branch_name }}
path: app
submodules: recursive
fetch-depth: 0
Expand Down

0 comments on commit ee2ddef

Please sign in to comment.