diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index caa86e7..c71a9cb 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -6,14 +6,8 @@ jobs: build: runs-on: ubuntu-latest 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 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 run: ping6 google.com