mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-21 13:08: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
|
- 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:
|
lint:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
@ -126,6 +139,7 @@ jobs:
|
||||||
- linux-cross-check
|
- linux-cross-check
|
||||||
- apple-m1-check
|
- apple-m1-check
|
||||||
- lint
|
- lint
|
||||||
|
- windows-aarch64-check
|
||||||
if: always() # always run even if dependencies fail
|
if: always() # always run even if dependencies fail
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Reference in a new issue