File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 97
97
app_branch_name : ${{ matrix.coin.branch }}
98
98
# Set the coin variant to build with COIN or CHAIN depending on the app + flags for ETH compilation
99
99
# As a rule of thumb we don't care about giving unexisting flags to other apps, it has no effect
100
- flags : " COIN=${{ matrix.coin.name }} CHAIN=${{ matrix.coin.name }} CAL_TEST_KEY=1 DOMAIN_NAME_TEST_KEY=1 SET_PLUGIN_TEST_KEY=1 NFT_TEST_KEY=1"
100
+ flags : " COIN=${{ matrix.coin.name }} CHAIN=${{ matrix.coin.name }} CAL_TEST_KEY=1 DOMAIN_NAME_TEST_KEY=1 SET_PLUGIN_TEST_KEY=1 NFT_TEST_KEY=1 TRUSTED_NAME_TEST_KEY=1 "
101
101
upload_app_binaries_artifact : libraries_binaries-${{ matrix.coin.name }}-${{ strategy.job-index }}
102
102
upload_as_lib_artifact : ${{ matrix.coin.name }}
103
103
builder : ledger-app-builder
You can’t perform that action at this time.
0 commit comments