without sudo
Some checks failed
TMW Global Networks Dokumentation / build (push) Failing after 12s

This commit is contained in:
Tizian Maxime Weigt 2025-04-27 04:01:53 +02:00
parent 8b6112d542
commit 08cb434375

View File

@ -13,8 +13,8 @@ jobs:
- name: show ip addr
run: cat /etc/hosts
- name: apt udpate
run: sudo apt-get update
run: apt-get update
- name: install ping
run: sudo apt-get install -y iputils-ping
run: apt-get install -y iputils-ping
- name: ping IPv6
run: ping6 google.com