From 3c63c2cd615b812b9f01e215f372707139231174 Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Sun, 1 Oct 2023 13:02:18 -0600 Subject: [PATCH] networking --- .gitea/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index c02cd2a..ead4aea 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -40,5 +40,5 @@ jobs: run: nix profile install nixpkgs#cowsay - run: cowsay testing - - run: nix profile install nixpkgs#iputils - - run: ping s0.koi-bebop.ts.net \ No newline at end of file + - run: nix profile install nixpkgs#curl + - run: curl -I s0.koi-bebop.ts.net \ No newline at end of file