Compare commits

..

No commits in common. "bdf389842eef80e427723f217b38858cfd65800a" and "f699cb92fb6c275e0c47da78a6695867c2141162" have entirely different histories.

View File

@ -7,11 +7,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: add nameservers to resolv.conf
run: echo "nameserver 2a0e:b107:27f9::64" > /etc/resolv.conf
run: |
echo "nameserver 2a0e:b107:27f9::64" > /etc/resolv.conf
- name: show resolv.conf
run: cat /etc/resolv.conf
- name: ifconfig
run: ifconfig
- name: apt udpate
run: sudo apt-get update
- name: install ping