Skip to content

Commit efb12d0

Browse files
committed
Fix build all Rust apps reusable workflow
1 parent 9abd8cf commit efb12d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/reusable_build_all_apps.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@ jobs:
126126
echo "Cargo.toml:"
127127
cat $cargo_toml_path
128128
129-
cargo update include_gif
130-
cargo update ledger_secure_sdk_sys
131-
cargo update ledger_device_sdk
132129
- name: Build
133130
run: |
134131
# Clone C SDK if provided
@@ -142,6 +139,9 @@ jobs:
142139
cd ${{ matrix.app-name }}
143140
build_directory=$(ledger-manifest --output-build-directory ledger_app.toml)
144141
cd $build_directory
142+
cargo update include_gif
143+
cargo update ledger_secure_sdk_sys
144+
cargo update ledger_device_sdk
145145
echo "Building app for ${{ matrix.device }}"
146146
device=$(echo ${{ matrix.device }} | sed 's/+/plus/')
147147
echo "Build for "$device

0 commit comments

Comments
 (0)