Skip to content

Commit d786cd4

Browse files
committed
RUST_NIGHTLY env variable no more needed
1 parent 2aa8a76 commit d786cd4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/build_with_current_nightly.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
BUILD_DEVICE_NAME="$(echo ${{ matrix.device }})"
3333
BIN_DIR_NAME="$(echo ${{ matrix.device }} | sed 's/nanosplus/nanos2/')"
3434
cd app-boilerplate
35-
RUST_NIGHTLY=nightly
3635
cargo ledger build ${{ matrix.device }}
3736
3837
#- name: Upload binary artifacts

.github/workflows/reusable_build_all_apps.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ jobs:
139139
build_directory=$(ledger-manifest --output-build-directory ledger_app.toml)
140140
cd $build_directory
141141
# 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
145145
device=$(echo ${{ matrix.device }} | sed 's/+/plus/')
146146
echo "Build for "$device
147147
cargo ledger build $device

0 commit comments

Comments
 (0)