no windows on arm 😔
This commit is contained in:
parent
d0f8b3824e
commit
b2281324cb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -30,9 +30,9 @@ jobs:
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
arch: x86_64
|
arch: x86_64
|
||||||
target: x86_64-pc-windows-msvc
|
target: x86_64-pc-windows-msvc
|
||||||
|
exclude:
|
||||||
- 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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue