Skip to content

Commit 9c8e812

Browse files
committed
debug port use in windows ci
1 parent 09e3ef7 commit 9c8e812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Set up cargo cache
6262
uses: Swatinem/rust-cache@378c8285a4eaf12899d11bea686a763e906956af
6363
- name: Check port usage
64-
run: netstat -ano
64+
run: netstat -bano
6565
- run: cargo test
6666
env:
6767
RUST_BACKTRACE: 1

0 commit comments

Comments
 (0)