From 1e5e1d733b195ee2e1663cad217d4ceebdefc582 Mon Sep 17 00:00:00 2001 From: Hiroshi Yamauchi Date: Wed, 7 Aug 2024 10:00:26 -0700 Subject: [PATCH] Add windows arm64 to the CI --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68e13848d..1eb95f7f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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