File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 32
32
BUILD_DEVICE_NAME="$(echo ${{ matrix.device }})"
33
33
BIN_DIR_NAME="$(echo ${{ matrix.device }} | sed 's/nanosplus/nanos2/')"
34
34
cd app-boilerplate
35
- RUST_NIGHTLY=nightly
36
35
cargo ledger build ${{ matrix.device }}
37
36
38
37
# - name: Upload binary artifacts
Original file line number Diff line number Diff line change @@ -139,9 +139,9 @@ jobs:
139
139
build_directory=$(ledger-manifest --output-build-directory ledger_app.toml)
140
140
cd $build_directory
141
141
# Required as patch has a different version from what is locked in Cargo.lock
142
- cargo +$RUST_NIGHTLY update include_gif
143
- cargo +$RUST_NIGHTLY update ledger_secure_sdk_sys
144
- cargo +$RUST_NIGHTLY update ledger_device_sdk
142
+ cargo update include_gif
143
+ cargo update ledger_secure_sdk_sys
144
+ cargo update ledger_device_sdk
145
145
device=$(echo ${{ matrix.device }} | sed 's/+/plus/')
146
146
echo "Build for "$device
147
147
cargo ledger build $device
You can’t perform that action at this time.
0 commit comments