Merge pull request #6624 from uutils/win-aarch

Add windows arm64 to the CI
This commit is contained in:
Daniel Hofstetter
2024-08-11 15:00:39 +02:00
committed by GitHub
+1
View File
@@ -482,6 +482,7 @@ jobs:
- { os: windows-latest , target: i686-pc-windows-msvc , features: feat_os_windows }
- { os: windows-latest , target: x86_64-pc-windows-gnu , features: feat_os_windows }
- { os: windows-latest , target: x86_64-pc-windows-msvc , features: feat_os_windows }
- { os: windows-latest , target: aarch64-pc-windows-msvc , features: feat_os_windows, use-cross: use-cross , skip-tests: true }
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master