Skip to content

Commit 41e3446

Browse files
committed
Fix CI
1 parent 5c35b17 commit 41e3446

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pysplashsurf_CI.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,10 +266,13 @@ jobs:
266266
include:
267267
- runner: windows-latest
268268
target: x64
269+
rust-target: x64
269270
- runner: windows-latest
270271
target: x86
272+
rust-target: x86
271273
- runner: windows-11-arm
272274
target: arm64
275+
rust-target: aarch64
273276
steps:
274277
- uses: actions/checkout@v4
275278
- name: Download stub artifact
@@ -284,7 +287,7 @@ jobs:
284287
- name: Build wheels
285288
uses: PyO3/maturin-action@v1
286289
with:
287-
target: ${{ matrix.target }}
290+
target: ${{ matrix.rust-target }}
288291
args: --release --out wheelhouse -m pysplashsurf/Cargo.toml
289292
#sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
290293
- name: Audit wheels

0 commit comments

Comments
 (0)