Skip to content

Commit

Permalink
build(hydro_cli): fix builds for Windows aarch64
Browse files Browse the repository at this point in the history
shadaj committed Dec 13, 2024
1 parent b103a28 commit daaebbc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-cli.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build CLI

on:
pull_request:
push:
branches:
- main
@@ -151,6 +152,9 @@ jobs:
working-directory: hydro_deploy/hydro_cli
target: ${{ matrix.platform.target }}
args: --release --out dist
env:
# aarch64 build fails, see https://github.com/PyO3/maturin/issues/2110
XWIN_VERSION: 16
- name: "Install built wheel"
if: ${{ !startsWith(matrix.platform.target, 'aarch64') }}
shell: bash

0 comments on commit daaebbc

Please sign in to comment.