mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Build some Rust code
This commit is contained in:
parent
b19d28b997
commit
d537bac018
8 changed files with 33 additions and 2 deletions
6
child-task.sh
Executable file
6
child-task.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain none -y
|
||||
|
||||
cd something-rust
|
||||
rustup run --install cargo run
|
Loading…
Add table
Add a link
Reference in a new issue