mirror of
https://github.com/Zxilly/UA2F.git
synced 2025-12-29 22:40:14 +00:00
ci: fix ipv6 check
This commit is contained in:
parent
fed0106839
commit
d4a7ea9072
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -119,7 +119,7 @@ jobs:
|
||||
sudo sysctl net.ipv6.conf.default.disable_ipv6
|
||||
sudo sysctl net.ipv6.conf.lo.disable_ipv6
|
||||
|
||||
ping6 -c 4 ::1 || echo "::1 is not reachable" && exit 1
|
||||
ping6 -c 4 ::1 || { echo "::1 is not reachable"; exit 1; }
|
||||
|
||||
- name: Run unit tests
|
||||
run: |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user