specify windows arm target (#13)

* 🔥🔥🔥🔥🔥

* make workflow use nightly

* remove code quality checks temporarily

* fix check version i think

* build for windowsARM

* forgot to specify target
This commit is contained in:
Chance 2024-12-19 21:21:39 -05:00 committed by BitSyndicate
parent 82c8b4ad26
commit 9c20dccb06
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 443E4198D6BBA6DE

View file

@ -64,6 +64,7 @@ jobs:
target: x86_64-pc-windows-msvc target: x86_64-pc-windows-msvc
- os: windows-latest - os: windows-latest
arch: aarch64 arch: aarch64
target: aarch64-pc-windows-msvc
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps: