Skip to content

Commit

Permalink
rff
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejoigny-ledger committed Mar 1, 2024
1 parent 049c203 commit 7aa7183
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
id: set-matrix
run: |
echo "pouet"
repo_info_json="[{\"repo\": \"app-u2f\", \"build_directory\": \"./\", \"sdk\": \"C\", \"devices\": \"nanos, nanox, nanos+, stax\"},{\"repo\": \"app-pouet\", \"build_directory\": \"./\", \"sdk\": \"C\", \"devices\": \"nanos, nanox, nanos+, stax\"}]"
repo_info_json="[{\"repo\": \"app-u2f\", \"build_directory\": \"./\", \"sdk\": \"C\", \"devices\": \"nanos, nanox, nanos+, stax\"},{\"repo\": \"app-velas\", \"build_directory\": \"./\", \"sdk\": \"C\", \"devices\": \"nanos, nanox, nanos+, stax\"}]"
echo "matrix=${repo_info_json}" >> $GITHUB_OUTPUT
# repo_info_json='[{"repo": "app-u2f", "build_directory": "./", "sdk": "C", "devices": "nanos, nanox, nanos+, stax"}, {"repo": "app-pouet", "build_directory": "./", "sdk": "C", "devices": "nanos, nanox, nanos+, stax"}]'
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Clone App
uses: actions/checkout@v3
with:
repository: LedgerHQ/${{ matrix.Repo }}
repository: LedgerHQ/${{ matrix.repo }}
submodules: true

- name: Build Path
Expand Down

0 comments on commit 7aa7183

Please sign in to comment.