Disable prefix policies for Windows
Signed-off-by: Slava <20563034+veaceslavdoina@users.noreply.github.com>
This commit is contained in:
parent
7c575ca3a6
commit
04f9203611
|
@ -30,7 +30,7 @@ jobs:
|
||||||
timeout-minutes: 180
|
timeout-minutes: 180
|
||||||
steps:
|
steps:
|
||||||
- name: Prefer IPv4 over IPv6 in prefix policies
|
- name: Prefer IPv4 over IPv6 in prefix policies
|
||||||
if: matrix.os == 'windows'
|
if: matrix.os == 'windows' && false
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
netsh interface ipv6 set prefix ::/96 60 3
|
netsh interface ipv6 set prefix ::/96 60 3
|
||||||
|
|
Loading…
Reference in New Issue