Update .gitea/workflows/ci.yml
This commit is contained in:
parent
1917ae6090
commit
a8a8be6700
1 changed files with 2 additions and 4 deletions
|
|
@ -6,13 +6,12 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-amd64:
|
test-amd64:
|
||||||
runs-on: [ubuntu-24.04, amd64-builder]
|
runs-on: [rust-latest, amd64-builder]
|
||||||
steps:
|
steps:
|
||||||
- name: Install rustup
|
- name: Install rustup
|
||||||
run: |
|
run: |
|
||||||
apt update -m
|
apt update -m
|
||||||
apt install -y curl
|
apt install -y curl
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
|
||||||
ls
|
ls
|
||||||
|
|
||||||
test-arm64:
|
test-arm64:
|
||||||
|
|
@ -23,4 +22,3 @@ jobs:
|
||||||
apt update -m
|
apt update -m
|
||||||
apt install -y curl
|
apt install -y curl
|
||||||
ls
|
ls
|
||||||
cargo build
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue