ci: remove requirement to build for aarch64-pc-windows-gnullvm until I can understand how to do it in GitHub Actions

This commit is contained in:
J / Jacob Babich
2024-10-04 18:52:08 -04:00
parent 12107daf6b
commit 70e20e2e04

View File

@@ -47,8 +47,9 @@ jobs:
- runner: ubuntu-latest
target: x86_64-unknown-linux-musl
- runner: windows-latest
target: aarch64-pc-windows-gnullvm
# I would like to support this but I don't know how to install the dependencies to be able to
# - runner: windows-latest
# target: aarch64-pc-windows-gnullvm
- runner: windows-latest
target: aarch64-pc-windows-msvc