Compare commits

..

No commits in common. "86669025573118df66b6f40d83c96e88a1b4e0ee" and "e1b0dc25b94df9befe4ec5f11d3e460ac862f74c" have entirely different histories.

View file

@ -6,11 +6,9 @@ on:
workflow_dispatch: workflow_dispatch:
jobs: jobs:
ipv6: ipv6:
runs-on: docker runs-on: ubuntu-24.04
container: steps:
image: ubuntu:24.04 - run: |
steps: apt update; apt install --yes curl
- run: | curl -s -o /dev/null https://ipv6.google.com
apt update; apt install --yes curl
curl -s -o /dev/null https://ipv6.google.com