maybe it needs names...
This commit is contained in:
parent
9ca7d89f4f
commit
8607d619d4
1 changed files with 4 additions and 2 deletions
|
@ -7,7 +7,8 @@ jobs:
|
|||
name: x86_64 Check
|
||||
runs-on: [ self-hosted,x64 ]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Checkout repo code
|
||||
uses: actions/checkout@v3
|
||||
#- uses: https://github.com/actions-rs/toolchain@v1
|
||||
# with:
|
||||
# profile: minimal
|
||||
|
@ -20,7 +21,8 @@ jobs:
|
|||
name: ARM64 Check
|
||||
runs-on: [ self-hosted,arm64 ]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Checkout repo code
|
||||
uses: actions/checkout@v3
|
||||
#- uses: https://github.com/actions-rs/toolchain@v1
|
||||
# with:
|
||||
# profile: minimal
|
||||
|
|
Loading…
Add table
Reference in a new issue