reduce complexity

This commit is contained in:
Blizzard Finnegan 2023-06-06 11:54:01 -04:00
parent 02cc37a104
commit 9ca7d89f4f
Signed by: blizzardfinnegan
GPG key ID: 61C1E13067E0018E

View file

@ -8,24 +8,24 @@ jobs:
runs-on: [ self-hosted,x64 ]
steps:
- uses: actions/checkout@v2
- uses: https://github.com/actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: https://github.com/actions-rs/cargo@v1
with:
command: check
#- uses: https://github.com/actions-rs/toolchain@v1
# with:
# profile: minimal
# toolchain: stable
# override: true
#- uses: https://github.com/actions-rs/cargo@v1
# with:
# command: check
arm_check:
name: ARM64 Check
runs-on: [ self-hosted,arm64 ]
steps:
- uses: actions/checkout@v2
- uses: https://github.com/actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: https://github.com/actions-rs/cargo@v1
with:
command: check
#- uses: https://github.com/actions-rs/toolchain@v1
# with:
# profile: minimal
# toolchain: stable
# override: true
#- uses: https://github.com/actions-rs/cargo@v1
# with:
# command: check