This commit is contained in:
parent
4e2d57fd20
commit
2ea0cea190
@ -6,14 +6,8 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: stop systemd-resolved
|
|
||||||
run: sudo systemctl stop systemd-resolved
|
|
||||||
- name: remove old resolv.conf
|
|
||||||
run: sudo rm -f /etc/resolv.conf
|
|
||||||
- name: create new resolv.conf
|
|
||||||
run: sudo touch /etc/resolv.conf
|
|
||||||
- name: add nameservers to resolv.conf
|
- name: add nameservers to resolv.conf
|
||||||
run: |
|
run: |
|
||||||
echo "nameserver 2a0e:b107:27f9::64" | sudo tee -a /etc/resolv.conf
|
echo "nameserver 2a0e:b107:27f9::64" > /etc/resolv.conf
|
||||||
- name: ping IPv6
|
- name: ping IPv6
|
||||||
run: ping6 google.com
|
run: ping6 google.com
|
||||||
|
|||||||
Reference in New Issue
Block a user