Update .gitea/workflows/ci.yml
This commit is contained in:
parent
d4ee8a800e
commit
c693756e18
1 changed files with 3 additions and 1 deletions
|
|
@ -8,7 +8,8 @@ jobs:
|
|||
test-amd64:
|
||||
runs-on: [rust-latest, amd64-builder]
|
||||
steps:
|
||||
- name: Install rustup
|
||||
- uses: actions/checkout@v4
|
||||
- name: Build
|
||||
run: |
|
||||
apt update -m
|
||||
pwd
|
||||
|
|
@ -17,6 +18,7 @@ jobs:
|
|||
test-arm64:
|
||||
runs-on: [rust-latest, arm64-builder]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Build
|
||||
run: |
|
||||
apt update -m
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue