Skip to content

Commit f3866ed

Browse files
authored
Merge pull request #264 from LedgerHQ/y333/fix_ci
Fix LEDGER_SDK_PATH so it is properly handled when compiling Rust SDK
2 parents d312369 + f6e1bbf commit f3866ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_build_all_apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
if [ -n "${{ inputs.c_sdk_branch }}" ]; then
132132
git clone $C_SDK_URL --branch ${{ inputs.c_sdk_branch }} --single-branch c_sdk
133133
echo "setting LEDGER_SDK_PATH to $(realpath c_sdk)"
134-
LEDGER_SDK_PATH=$(realpath c_sdk)
134+
export LEDGER_SDK_PATH=$(realpath c_sdk)
135135
else
136136
echo "using C SDK from ledger-app-builder"
137137
fi

0 commit comments

Comments
 (0)