Skip to content

Commit

Permalink
Change RELEASE_BUILD flag on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
0xPxt committed Dec 17, 2024
1 parent 9d04dac commit 922329b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@v1
with:
upload_app_binaries_artifact: "compiled_app_binaries"
flags: "RELEASE_BUILD=0"
flags: "RELEASE_BUILD=1"

ragger_tests:
name: Run ragger tests using the reusable workflow
Expand Down

0 comments on commit 922329b

Please sign in to comment.