Skip to content

Commit

Permalink
Auto merge of #333 - servo:jdm-patch-36, r=jdm
Browse files Browse the repository at this point in the history
Disable UWP builds.

#327 is getting in the way of other changes.
  • Loading branch information
bors-servo committed Jan 6, 2023
2 parents 0623d5f + 5f062a1 commit a95a8d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ jobs:
fail-fast: false
matrix:
features: ["--features debugmozjs", ""]
target: ["", "aarch64-uwp-windows-msvc", "x86_64-uwp-windows-msvc"]
target: [""]
#target: ["", "aarch64-uwp-windows-msvc", "x86_64-uwp-windows-msvc"]
steps:
- uses: actions/checkout@v2
- name: Install deps
Expand Down

0 comments on commit a95a8d3

Please sign in to comment.