We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af8c6da commit a024747Copy full SHA for a024747
.github/workflows/build_and_functional_tests.yml
@@ -30,10 +30,11 @@ on:
30
jobs:
31
build_application:
32
name: Build application using the reusable workflow
33
- uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@v1
+ uses: LedgerHQ/ledger-app-workflows/.github/workflows/reusable_build.yml@c_sdk_config_for_rust
34
with:
35
upload_app_binaries_artifact: "compiled_app_binaries"
36
builder: ledger-app-builder
37
+ sdk_reference: feat/iar/clangrt_22_from_apa
38
39
ragger_tests:
40
name: Run ragger tests using the reusable workflow
0 commit comments