Update .gitea/workflows/ci.yml
This commit is contained in:
parent
c693756e18
commit
932ec1eb3a
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ jobs:
|
||||||
runs-on: [rust-latest, amd64-builder]
|
runs-on: [rust-latest, amd64-builder]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
apt update -m
|
apt update -m
|
||||||
|
|
@ -19,6 +20,7 @@ jobs:
|
||||||
runs-on: [rust-latest, arm64-builder]
|
runs-on: [rust-latest, arm64-builder]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
apt update -m
|
apt update -m
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue