Update .gitea/workflows/ci.yml
This commit is contained in:
parent
db4ce26c0c
commit
d971719c06
1 changed files with 6 additions and 6 deletions
|
|
@ -9,14 +9,14 @@ jobs:
|
||||||
runs-on: [ubuntu-24.04, amd64-builder]
|
runs-on: [ubuntu-24.04, amd64-builder]
|
||||||
steps:
|
steps:
|
||||||
- name: Install rustup
|
- name: Install rustup
|
||||||
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
run: |
|
||||||
- name: Build
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||||
run: cargo build
|
cargo build
|
||||||
|
|
||||||
test-arm64:
|
test-arm64:
|
||||||
runs-on: [ubuntu-24.04, arm64-builder]
|
runs-on: [ubuntu-24.04, arm64-builder]
|
||||||
steps:
|
steps:
|
||||||
- name: Install rustup
|
- name: Install rustup
|
||||||
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
run: |
|
||||||
name: Build
|
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
||||||
run: cargo build
|
cargo build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue