Skip to content

Commit

Permalink
build(hydro_cli): fix builds for Windows aarch64 (#1610)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadaj authored Dec 13, 2024
1 parent b103a28 commit 41f65fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,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 41f65fb

Please sign in to comment.