Skip to content

Commit

Permalink
try fix rustup
Browse files Browse the repository at this point in the history
Signed-off-by: madomado <[email protected]>
  • Loading branch information
madonuko authored Feb 11, 2024
1 parent 6f1e094 commit 6330960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions anda/apps/spacedrive/spacedrive.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 6330960

Please sign in to comment.