Update .gitea/workflows/ci.yml
This commit is contained in:
parent
b302b2ee6a
commit
46d374bb5a
1 changed files with 2 additions and 8 deletions
|
|
@ -19,10 +19,7 @@ jobs:
|
|||
uses: actions/checkout@v5
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
apt update -m
|
||||
pwd
|
||||
ls -la
|
||||
run: cargo build
|
||||
|
||||
test-arm64:
|
||||
runs-on: [ubuntu-24.04, arm64-builder]
|
||||
|
|
@ -38,7 +35,4 @@ jobs:
|
|||
uses: actions/checkout@v5
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
apt update -m
|
||||
pwd
|
||||
ls -la
|
||||
run: cargo build
|
||||
Loading…
Add table
Add a link
Reference in a new issue