Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejoigny-ledger committed Nov 20, 2023
1 parent 3e9ba0c commit cfbc63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_all_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ jobs:
run: echo "Flag is ${{ env.build_for_stax }}"

- name: Build Stax
if: ${{ env.build_for_stax }}
if: ${{ env.build_for_stax == "true" }}
run: |
[ -n '${{ env.build_path }}' ] && cd ${{ env.build_path }}
TARGET=stax BOLOS_SDK=$GITHUB_WORKSPACE/sdk make

0 comments on commit cfbc63d

Please sign in to comment.