Add job windows-aarch64-check to workflow ci (#882)

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2023-03-11 23:46:26 +11:00 committed by GitHub
parent 00b8a417e6
commit 235d324d3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,6 +95,19 @@ jobs:
- run: just check
windows-aarch64-check:
runs-on: windows-latest
env:
CARGO_BUILD_TARGET: aarch64-pc-windows-msvc
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/just-setup
with:
cache-suffix: ${{ env.CARGO_BUILD_TARGET }}
- run: just check
lint:
strategy:
fail-fast: false
@ -126,6 +139,7 @@ jobs:
- linux-cross-check
- apple-m1-check
- lint
- windows-aarch64-check
if: always() # always run even if dependencies fail
runs-on: ubuntu-latest
steps: