Compare commits
2 Commits
f699cb92fb
...
bdf389842e
| Author | SHA1 | Date | |
|---|---|---|---|
| bdf389842e | |||
| bb35bc1f03 |
@ -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: |
|
run: echo "nameserver 2a0e:b107:27f9::64" > /etc/resolv.conf
|
||||||
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