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.
2 parents 5ddc154 + 945c72e commit 937b44aCopy full SHA for 937b44a
.github/workflows/reusable_build.yml
@@ -114,7 +114,7 @@ jobs:
114
cd ${{ needs.call_get_app_metadata.outputs.build_directory }}
115
# Update the Rust SDK crates
116
all_crates=$(cargo +$RUST_NIGHTLY tree --depth 2 --prefix none | awk '{print $1}' | sort -u)
117
- for crate in "ledger_secure_sdk_sys" "ledger_device_sdk" "include_gif"; do
+ for crate in "include_gif" "ledger_secure_sdk_sys" "ledger_device_sdk"; do
118
if echo "$all_crates" | grep -q "^$crate$"; then
119
cargo +$RUST_NIGHTLY update $crate
120
fi
0 commit comments