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 c5ce9987b9
commit 0e255ea359
Signed by: bitsyndicate
GPG key ID: 443E4198D6BBA6DE

View file

@ -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: