.
All checks were successful
TMW Global Networks Dokumentation / build (push) Successful in 10s

This commit is contained in:
Tizian Maxime Weigt 2025-04-27 14:32:18 +02:00
parent 1d3a8e3164
commit 9837ab02d1

View File

@ -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