diff --git a/.github/workflows/shell.yml b/.github/workflows/shell.yml index 022b6bbd..f3c495c6 100644 --- a/.github/workflows/shell.yml +++ b/.github/workflows/shell.yml @@ -17,6 +17,6 @@ jobs: run: DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install -y tzdata - name: Install dependencies run: | - apt-get install -y net-tools + apt-get install -y net-tools iputils-ping - name: Test connection run: ping 8.8.8.8 \ No newline at end of file