Skip to content

Commit

Permalink
debug windows arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Feb 6, 2025
1 parent d9c15eb commit f564b39
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,12 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.12"
# - uses: messense/maturin-action@v1
# with:
# target: aarch64-pc-windows-msvc
# command: build
# sccache: true
# args: --release -o dist -i 3.11 3.12
# maturin-version: v1.7.5
- uses: messense/maturin-action@v1
with:
target: aarch64-pc-windows-msvc
command: build
sccache: true
args: --release -o dist -i 3.11 3.12 3.13
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -217,6 +216,7 @@ jobs:
armv7,
musllinux-x86_64,
musllinux-aarch64,
windows-aarch64,
]
steps:
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit f564b39

Please sign in to comment.