Skip to content

Commit f6e1bbf

Browse files
committed
Fix LEDGER_SDK_PATH so it is properly handled when compiling Rust SDK
1 parent d312369 commit f6e1bbf

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)