Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejoigny-ledger committed Nov 21, 2023
1 parent a15d393 commit 3a00178
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_all_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -271,13 +271,14 @@ env:
\"app-ark\",
\"app-ardor\",
\"app-aion\",
\"app-neo3\",
\"app-avalanche\",
\"app-kadena\",
\"app-security-key\",
]}
'
# Failing apps
#\"app-starknet\",
#\"app-avalanche\",
#\"app-kadena\",

#\"app-panacea\",
#\"app-insolar\",
#\"app-dgld\",
Expand All @@ -292,7 +293,6 @@ env:
#\"app-equilibrium\",
#\"app-revealer\",
#\"app-rise\",
#\"app-neo3\",
#\"app-keepass\",
#\"app-bitsong\",

Expand Down Expand Up @@ -356,7 +356,7 @@ jobs:
run: |
[ -n '${{ env.build_path }}' ] && cd ${{ env.build_path }}
TARGET=nanos2 BOLOS_SDK=$GITHUB_WORKSPACE/sdk make
- name: Build Stax
if: ${{ env.build_for_stax == 'true' }}
run: |
Expand Down

0 comments on commit 3a00178

Please sign in to comment.