From 6230313c7142103521c457aa462e6f2c4f76c61f Mon Sep 17 00:00:00 2001 From: Eryk Szpotanski Date: Fri, 15 Sep 2023 16:23:35 +0200 Subject: [PATCH] Bump CI --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index db6c83f..cd29bdd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,8 @@ jobs: GHA_PREEMPTIBLE: "false" ART: "art.txt" steps: - - run: apt -qqy update && apt -qqy install iputils-ping iproute2 | tee -a $ART + - name: Prepare + run: apt -qqy update && apt -qqy install iputils-ping iproute2 | tee -a $ART - run: ip a | tee -a $ART - run: ping -c 3 ipv6.google.com | tee -a $ART - run: |