Skip to content

Commit

Permalink
dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasah committed Oct 23, 2023
1 parent 09f7cd0 commit 27e850c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ jobs:
- os: windows-2019
arch: AMD64
- os: windows-2019
arch: x86
# Does not build currently
# - os: windows-2019
# arch: ARM64
arch: x86

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion buildutils/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def build_libcapnp(bundle_dir, build_dir): # noqa: C901

# Enable ninja for compilation if available
build_type = []
if shutil.which("ninja"):
if shutil.which("ninja") and os.name != "nt":
build_type = ["-G", "Ninja"]

# Determine python shell architecture for Windows
Expand Down

0 comments on commit 27e850c

Please sign in to comment.