From dea416b3ed4cfc673fe6923f4fbc0a7b727ba2e2 Mon Sep 17 00:00:00 2001 From: c0repwn3r Date: Mon, 26 Jun 2023 14:51:09 -0400 Subject: [PATCH] check for internet before instlaling things --- .builds/check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.builds/check.yml b/.builds/check.yml index d51d1cc..926456d 100644 --- a/.builds/check.yml +++ b/.builds/check.yml @@ -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