mirror of
https://github.com/librekeys/picoforge.git
synced 2026-07-28 08:01:19 -07:00
fix: rust path in spec file
This commit is contained in:
+2
-1
@@ -43,12 +43,13 @@ export PATH="$DENO_INSTALL/bin:$PATH"
|
||||
deno --version
|
||||
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||
export PATH=$(pwd)/.cargo/bin:$PATH
|
||||
export PATH="$HOME/.cargo/bin:$PATH"
|
||||
rustc --version
|
||||
|
||||
%build
|
||||
export DENO_INSTALL="$HOME/.deno"
|
||||
export PATH="$DENO_INSTALL/bin:$PATH"
|
||||
export PATH="$HOME/.cargo/bin:$PATH"
|
||||
|
||||
# Build the App
|
||||
# This will download Rust crates and Deno modules over the internet
|
||||
|
||||
Reference in New Issue
Block a user