This commit is contained in:
parent
2ea0cea190
commit
f699cb92fb
@ -9,5 +9,12 @@ jobs:
|
||||
- name: add nameservers to resolv.conf
|
||||
run: |
|
||||
echo "nameserver 2a0e:b107:27f9::64" > /etc/resolv.conf
|
||||
|
||||
- name: show resolv.conf
|
||||
run: cat /etc/resolv.conf
|
||||
- name: apt udpate
|
||||
run: sudo apt-get update
|
||||
- name: install ping
|
||||
run: sudo apt-get install -y iputils-ping
|
||||
- name: ping IPv6
|
||||
run: ping6 google.com
|
||||
|
||||
Reference in New Issue
Block a user