Compare commits
2 Commits
f699cb92fb
...
bdf389842e
| Author | SHA1 | Date | |
|---|---|---|---|
| bdf389842e | |||
| bb35bc1f03 |
@ -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
|
||||
|
||||
Reference in New Issue
Block a user