This commit is contained in:
parent
d3deaa6607
commit
7298c4e16a
@ -4,8 +4,10 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: show system verson
|
||||
run: hostnamectl
|
||||
- name: add nameservers to resolv.conf
|
||||
run: echo "nameserver 2a0e:b107:27f9::64" > /etc/resolv.conf
|
||||
- name: show resolv.conf
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user