mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Add job windows-aarch64-check to workflow ci (#882)
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
00b8a417e6
commit
235d324d3d
1 changed files with 14 additions and 0 deletions
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue