Change to grab toolchain from homedir
This commit is contained in:
parent
e73ee0f2a1
commit
cf9e05621c
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ echo "Container's IP address: `awk 'END{print $1}' /etc/hosts`"
|
|||
|
||||
cd /backend
|
||||
|
||||
cargo build --release
|
||||
$HOME/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo build --release
|
||||
mkdir -p out
|
||||
cp target/release/fantastic-rs out/backend
|
Loading…
Reference in a new issue