Install ping

This commit is contained in:
Caleb Herpin 2021-07-28 23:52:17 -05:00
parent 575a3aad8d
commit 5cf319a634

View File

@ -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