Compare commits
No commits in common. "86669025573118df66b6f40d83c96e88a1b4e0ee" and "e1b0dc25b94df9befe4ec5f11d3e460ac862f74c" have entirely different histories.
8666902557
...
e1b0dc25b9
1 changed files with 6 additions and 8 deletions
|
@ -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
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue