From 907836816b77a66c3fafc496d325c90b38006b39 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 7 Aug 2024 19:39:57 +0200 Subject: [PATCH] Add windows arm64 to the CI --- .github/workflows/CICD.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index cc693745c..baaf9b9cb 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -482,6 +482,7 @@ jobs: - { os: windows-latest , target: i686-pc-windows-msvc , features: feat_os_windows } - { os: windows-latest , target: x86_64-pc-windows-gnu , features: feat_os_windows } - { os: windows-latest , target: x86_64-pc-windows-msvc , features: feat_os_windows } + - { os: windows-latest , target: aarch64-pc-windows-msvc , features: feat_os_windows, use-cross: use-cross , skip-tests: true } steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master