Skip to content

Commit

Permalink
Add windows arm64 to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hjyamauchi committed Aug 7, 2024
1 parent 0e66562 commit 1e5e1d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ jobs:
- os: windows-2019
target: x86_64-pc-windows-msvc
rustflags: -Ctarget-feature=+crt-static
- os: windows-2019
target: aarch64-pc-windows-msvc
rustflags: -Ctarget-feature=+crt-static
steps:
- name: Clone repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 1e5e1d7

Please sign in to comment.