Skip to content

Commit

Permalink
Update spacedrive.spec
Browse files Browse the repository at this point in the history
Signed-off-by: madomado <[email protected]>
  • Loading branch information
madonuko authored Feb 13, 2024
1 parent da92e75 commit 0e04511
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion anda/apps/spacedrive/spacedrive.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ 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
rm rustup.sh %SOURCE0

pnpm install
pnpm store prune # GH workers running out of disk space… oh well

%build
source $HOME/.cargo/env
Expand Down

0 comments on commit 0e04511

Please sign in to comment.