Skip to content

Commit

Permalink
update workflow 6
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Feb 5, 2024
1 parent 58f43ad commit 87e5781
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_all_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
fail-fast: false
matrix:
include:
- repo: 'LedgerHQ/app-mobilecoin'
- repo: 'app-mobilecoin'
branch: 'develop'
- repo: 'LedgerHQ/app-radix-babylon'
- repo: 'app-radix-babylon'
branch: 'develop'
- repo: 'LedgerHQ/app-boilerplate-rust'
- repo: 'app-boilerplate-rust'
branch: 'main'
runs-on: ubuntu-latest
container:
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Clone App
uses: actions/checkout@v4
with:
repository: ${{ matrix.repo }}
repository: LedgerHQ/${{ matrix.repo }}
submodules: true
ref: ${{ matrix.branch }}
path: ${{ matrix.repo }}-${{ matrix.branch }}
Expand Down

0 comments on commit 87e5781

Please sign in to comment.