check for internet before instlaling things
This commit is contained in:
parent
4064968159
commit
dea416b3ed
|
@ -6,6 +6,7 @@ sources:
|
|||
- https://git.e3t.cc/~core/trifid
|
||||
tasks:
|
||||
- setup: |
|
||||
ping -c 1 1.1.1.1
|
||||
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||
source ~/.cargo/env
|
||||
rustup target add x86_64-unknown-linux-musl
|
||||
|
|
Loading…
Reference in New Issue