Also display IPv6 routes
Some checks failed
/ ipv6 (push) Failing after 28s

This commit is contained in:
Magnus Leßmann (@MarkL4YG) 2025-01-08 13:46:28 +01:00
parent 1881b618f6
commit 20d349e701
Signed by: Mark.TwoFive
GPG key ID: 5B5EBCBE331F1E6F

View file

@ -13,6 +13,7 @@ jobs:
steps:
- run: |
echo "My routes" && cat /proc/net/route
echo "My routes (IPv6)" && cat /proc/net/ipv6_route
echo 'Acquire::ForceIPv6 "true";' > /etc/apt/apt.conf.d/1000-force-ipv6-transport
apt-get update
apt-get install --yes curl