From da373aafa95b35f50ccaec056029343090a0443e Mon Sep 17 00:00:00 2001 From: alvicsam Date: Thu, 14 Mar 2024 16:33:50 +0100 Subject: [PATCH] rm sudo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f86bc94b..1e04f66d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: - name: test run: | # sudo apt-get update && sudo apt-get install -y iproute2 protobuf-compiler - sudo apt-get update && sudo apt-get install -y iproute2 + apt-get update && apt-get install -y iproute2 ip a ip link set lo up cargo test