Skip to content

Commit

Permalink
Update package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lepapareil authored Jan 22, 2025
1 parent 7e1b017 commit 2c2fdd1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,14 @@ jobs:
steps:
- name: debug
run: |
cat C:\Windows\System32\drivers\etc
exit 1
Write-Host "======== 1"
netsh interface ipv6 show prefixpolicies
ping localhost
Write-Host "======== 2"
netsh interface ipv6 set prefixpolicy ::ffff:0:0/96 45 4
netsh interface ipv6 show prefixpolicies
ping localhost
exit 1
- name: Checkout repository
Expand Down

0 comments on commit 2c2fdd1

Please sign in to comment.