Compare commits
2 commits
e1b0dc25b9
...
8666902557
Author | SHA1 | Date | |
---|---|---|---|
8666902557 | |||
669aea862a |
1 changed files with 8 additions and 6 deletions
|
@ -6,9 +6,11 @@ on:
|
|||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
ipv6:
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- run: |
|
||||
apt update; apt install --yes curl
|
||||
curl -s -o /dev/null https://ipv6.google.com
|
||||
ipv6:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: ubuntu:24.04
|
||||
steps:
|
||||
- run: |
|
||||
apt update; apt install --yes curl
|
||||
curl -s -o /dev/null https://ipv6.google.com
|
||||
|
|
Loading…
Add table
Reference in a new issue