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:
parent
82c8b4ad26
commit
9c20dccb06
1 changed files with 1 additions and 0 deletions
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue