This commit is contained in:
parent
1d3a8e3164
commit
9837ab02d1
@ -6,8 +6,12 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: alpine-latest
|
runs-on: alpine-latest
|
||||||
steps:
|
steps:
|
||||||
- name: show sysctl
|
- name: Enable IPv6 in Runner
|
||||||
run: sysctl -a
|
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
|
- name: show ip addr
|
||||||
run: ip a
|
run: ip a
|
||||||
- name: show ip route
|
- name: show ip route
|
||||||
|
|||||||
Reference in New Issue
Block a user