Skip to content

Commit

Permalink
[temp] Include windows in try builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tmandry committed Jan 25, 2024
1 parent b5b826c commit 7402d92
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ci/github-actions/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,11 @@ jobs:
env:
CODEGEN_BACKENDS: llvm,cranelift
<<: *job-linux-16c
- x86_64-msvc
env:
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-profiler
SCRIPT: make ci-msvc
<<: *job-windows-8c


master:
Expand Down

0 comments on commit 7402d92

Please sign in to comment.