Skip to content

Commit 7402d92

Browse files
committed
[temp] Include windows in try builds
1 parent b5b826c commit 7402d92

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/ci/github-actions/ci.yml

+5
Original file line numberDiff line numberDiff line change
@@ -729,6 +729,11 @@ jobs:
729729
env:
730730
CODEGEN_BACKENDS: llvm,cranelift
731731
<<: *job-linux-16c
732+
- x86_64-msvc
733+
env:
734+
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-profiler
735+
SCRIPT: make ci-msvc
736+
<<: *job-windows-8c
732737

733738

734739
master:

0 commit comments

Comments
 (0)