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:
|
||||
|
||||
jobs:
|
||||
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
|
||||
ipv6:
|
||||
runs-on: 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