Use a proper Windows shell for routes update
Signed-off-by: Slava <20563034+veaceslavdoina@users.noreply.github.com>
This commit is contained in:
parent
9350337d8b
commit
c1f7eb924f
|
@ -30,6 +30,7 @@ jobs:
|
|||
steps:
|
||||
- name: Prefer IPv4 over IPv6 in prefix policies
|
||||
if: matrix.os == 'windows'
|
||||
shell: cmd
|
||||
run: |
|
||||
netsh interface ipv6 set prefix ::/96 60 3
|
||||
netsh interface ipv6 set prefix ::ffff:0:0/96 55 4
|
||||
|
|
Loading…
Reference in New Issue