From f6f0efa2c928b75eb30d620730347ae4db7ff173 Mon Sep 17 00:00:00 2001 From: Cazdotsys Date: Thu, 19 Dec 2024 21:21:39 -0500 Subject: [PATCH] specify windows arm target (#13) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🔥🔥🔥🔥🔥 * make workflow use nightly * remove code quality checks temporarily * fix check version i think * build for windowsARM * forgot to specify target --- .github/workflows/rust.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 5e06e29..3febcbc 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -64,6 +64,7 @@ jobs: target: x86_64-pc-windows-msvc - os: windows-latest arch: aarch64 + target: aarch64-pc-windows-msvc runs-on: ${{ matrix.os }} steps: