File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 93
93
cd ${{ matrix.app-name }}
94
94
build_directory=$(ledger-manifest --output-build-directory ledger_app.toml)
95
95
cd $build_directory
96
+ # Required as patch has a different version from what is locked in Cargo.lock
97
+ cargo update include_gif
98
+ cargo update ledger_secure_sdk_sys
99
+ cargo update ledger_device_sdk
100
+
96
101
workspace_root=$(cargo metadata --no-deps --format-version 1 | jq -r '.workspace_root')
97
102
cargo_toml_path="$workspace_root/Cargo.toml"
98
103
@@ -134,10 +139,7 @@ jobs:
134
139
cd ${{ matrix.app-name }}
135
140
build_directory=$(ledger-manifest --output-build-directory ledger_app.toml)
136
141
cd $build_directory
137
- # Use last published versions of the Rust SDK
138
- cargo update include_gif
139
- cargo update ledger_secure_sdk_sys
140
- cargo update ledger_device_sdk
142
+ echo "Building app for ${{ matrix.device }}"
141
143
device=$(echo ${{ matrix.device }} | sed 's/+/plus/')
142
144
echo "Build for "$device
143
145
cargo ledger build $device
You can’t perform that action at this time.
0 commit comments