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 2441144
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .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 @@ -138,7 +139,7 @@ jobs:
- target: i686-pc-windows-msvc
arch: x86
- target: aarch64-pc-windows-msvc
arch: x64
arch: aarch64
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 2441144

Please sign in to comment.