This commit is contained in:
parent
1d3a8e3164
commit
9837ab02d1
@ -6,8 +6,12 @@ jobs:
|
||||
build:
|
||||
runs-on: alpine-latest
|
||||
steps:
|
||||
- name: show sysctl
|
||||
run: sysctl -a
|
||||
- name: Enable IPv6 in Runner
|
||||
run: |
|
||||
sudo sysctl -w net.ipv6.conf.all.disable_ipv6=0
|
||||
sudo sysctl -w net.ipv6.conf.default.disable_ipv6=0
|
||||
sudo sysctl -w net.ipv6.conf.eth0.disable_ipv6=0
|
||||
sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=0
|
||||
- name: show ip addr
|
||||
run: ip a
|
||||
- name: show ip route
|
||||
|
||||
Reference in New Issue
Block a user