File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -554,6 +554,8 @@ jobs:
554554 - target : aarch64-unknown-linux-gnu
555555 os : ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
556556 rustflags : --cfg tokio_taskdump
557+ - target : aarch64-pc-windows-msvc
558+ os : windows-11-arm
557559 steps :
558560 - uses : actions/checkout@v4
559561 - name : Install Rust stable
@@ -598,6 +600,8 @@ jobs:
598600 - target : aarch64-unknown-linux-gnu
599601 os : ubuntu-22.04-arm # TODO: update to 24.04 when https://github.com/rust-lang/rust/issues/135867 solved
600602 rustflags : --cfg tokio_taskdump
603+ - target : aarch64-pc-windows-msvc
604+ os : windows-11-arm
601605 steps :
602606 - uses : actions/checkout@v4
603607 - name : Install Rust stable
You can’t perform that action at this time.
0 commit comments