test
Some checks failed
TMW Global Networks Dokumentation / build (push) Failing after 23s

This commit is contained in:
Tizian Maxime Weigt 2025-04-27 03:43:31 +02:00
parent 4e2d57fd20
commit 2ea0cea190

View File

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