try fix rustup

Signed-off-by: madomado <madonuko@outlook.com>
This commit is contained in:
madomado
2024-02-11 21:35:53 +08:00
committed by GitHub
parent 6f1e0940b9
commit 6330960da7
+2 -2
View File
@@ -17,7 +17,7 @@ Spacedrive is an open source cross-platform file manager, powered by a virtual d
# we need nightly cargo
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs -o rustup.sh
chmod +x ./rustup.sh
./rustup.sh -y -t nightly --profile minimal
./rustup.sh -y -t nightly #--profile minimal
source "$HOME/.cargo/env"
rustup default nightly
@@ -26,7 +26,7 @@ pnpm install
%build
source $HOME/.cargo/env
export CARGO_TARGET_DIR=target
export RUSTUP_TOOLCHAIN=1.73
#export RUSTUP_TOOLCHAIN=1.73
pnpm prep
pnpm tauri build --bundles app -- --no-default-features