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 2304596
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
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- feature/**
pull_request:
tags:
- 'hydro_cli-v[0-9]+.[0-9]+.[0-9]+'

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 2304596

Please sign in to comment.