Skip to content

Commit

Permalink
tttt
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejoigny-ledger committed Mar 14, 2024
1 parent 66f22d2 commit 723c590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
ref: ${{ inputs.sdk_branch }}

- name: Build NanoS
if: "contains(matrix.repo_info.devices, 'nanos')"
if: "matrix.repo_info.devices =~ '\\bnanos\\b'"
run: |
[ -n '${{ matrix.repo_info.build_directory }}' ] && cd ${{ matrix.repo_info.build_directory }}
TARGET=nanos BOLOS_SDK=$GITHUB_WORKSPACE/sdk make
Expand Down

0 comments on commit 723c590

Please sign in to comment.