Skip to content

Commit

Permalink
build(hydro_cli): fix builds for Windows aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
shadaj committed Dec 13, 2024
1 parent b103a28 commit d12b46e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 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
Expand Down Expand Up @@ -148,6 +149,7 @@ jobs:
- name: "Build wheels"
uses: PyO3/maturin-action@v1
with:
maturin-version: 1.7.6
working-directory: hydro_deploy/hydro_cli
target: ${{ matrix.platform.target }}
args: --release --out dist
Expand Down

0 comments on commit d12b46e

Please sign in to comment.