Update .gitea/workflows/ci.yml
This commit is contained in:
parent
8f4a3adb47
commit
e5391a525f
1 changed files with 6 additions and 0 deletions
|
|
@ -8,6 +8,9 @@ jobs:
|
|||
test-amd64:
|
||||
runs-on: [rust-latest, amd64-builder]
|
||||
steps:
|
||||
- name: System Info
|
||||
run: uname -m
|
||||
|
||||
- name: Setup
|
||||
run: |
|
||||
apt update -y
|
||||
|
|
@ -24,6 +27,9 @@ jobs:
|
|||
test-arm64:
|
||||
runs-on: [rust-latest, arm64-builder]
|
||||
steps:
|
||||
- name: System Info
|
||||
run: uname -m
|
||||
|
||||
- name: Setup
|
||||
run: |
|
||||
apt update -y
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue