This commit is contained in:
parent
b37101d0bf
commit
1881b618f6
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ jobs:
|
||||||
image: ubuntu:24.04
|
image: ubuntu:24.04
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
echo "My routes" && route -n
|
echo "My routes" && cat /proc/net/route
|
||||||
echo 'Acquire::ForceIPv6 "true";' > /etc/apt/apt.conf.d/1000-force-ipv6-transport
|
echo 'Acquire::ForceIPv6 "true";' > /etc/apt/apt.conf.d/1000-force-ipv6-transport
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install --yes curl
|
apt-get install --yes curl
|
||||||
|
|
Loading…
Add table
Reference in a new issue