Compare commits
No commits in common. "bdf389842eef80e427723f217b38858cfd65800a" and "f699cb92fb6c275e0c47da78a6695867c2141162" have entirely different histories.
bdf389842e
...
f699cb92fb
@ -7,11 +7,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: add nameservers to resolv.conf
|
- 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
|
- name: show resolv.conf
|
||||||
run: cat /etc/resolv.conf
|
run: cat /etc/resolv.conf
|
||||||
- name: ifconfig
|
|
||||||
run: ifconfig
|
|
||||||
- name: apt udpate
|
- name: apt udpate
|
||||||
run: sudo apt-get update
|
run: sudo apt-get update
|
||||||
- name: install ping
|
- name: install ping
|
||||||
|
|||||||
Reference in New Issue
Block a user