reduce complexity
This commit is contained in:
parent
02cc37a104
commit
9ca7d89f4f
1 changed files with 16 additions and 16 deletions
|
@ -8,24 +8,24 @@ jobs:
|
||||||
runs-on: [ self-hosted,x64 ]
|
runs-on: [ self-hosted,x64 ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: https://github.com/actions-rs/toolchain@v1
|
#- uses: https://github.com/actions-rs/toolchain@v1
|
||||||
with:
|
# with:
|
||||||
profile: minimal
|
# profile: minimal
|
||||||
toolchain: stable
|
# toolchain: stable
|
||||||
override: true
|
# override: true
|
||||||
- uses: https://github.com/actions-rs/cargo@v1
|
#- uses: https://github.com/actions-rs/cargo@v1
|
||||||
with:
|
# with:
|
||||||
command: check
|
# command: check
|
||||||
arm_check:
|
arm_check:
|
||||||
name: ARM64 Check
|
name: ARM64 Check
|
||||||
runs-on: [ self-hosted,arm64 ]
|
runs-on: [ self-hosted,arm64 ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: https://github.com/actions-rs/toolchain@v1
|
#- uses: https://github.com/actions-rs/toolchain@v1
|
||||||
with:
|
# with:
|
||||||
profile: minimal
|
# profile: minimal
|
||||||
toolchain: stable
|
# toolchain: stable
|
||||||
override: true
|
# override: true
|
||||||
- uses: https://github.com/actions-rs/cargo@v1
|
#- uses: https://github.com/actions-rs/cargo@v1
|
||||||
with:
|
# with:
|
||||||
command: check
|
# command: check
|
||||||
|
|
Loading…
Add table
Reference in a new issue