Skip to content

Commit

Permalink
Disable UWP builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm authored Jan 6, 2023
1 parent 0623d5f commit 5f062a1
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 5f062a1

Please sign in to comment.