Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
licy183 authored Dec 1, 2024
1 parent 243c3d1 commit 444ebfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tur/rustc-nightly/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ termux_step_configure() {

# Use nightly toolchain to build nightly toolchain
if [[ "${TERMUX_ON_DEVICE_BUILD}" == "false" ]]; then
rustup install nightly
export PATH="${HOME}/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin:${PATH}"
rustup install beta
export PATH="${HOME}/.rustup/toolchains/beta-x86_64-unknown-linux-gnu/bin:${PATH}"
fi
local RUSTC=$(command -v rustc)
local CARGO=$(command -v cargo)
Expand Down

0 comments on commit 444ebfc

Please sign in to comment.